dadashzadeh's picture
Update app.py
da796f4
raw
history blame
130 Bytes
import gradio as gr
demo = gr.load("dadashzadeh/cryptocurrency-intent-search-detection", src="models")
demo.launch(share=True)