Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shivam001
/
shivam001-deibotquestion
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shivam001
commited on
Jun 21, 2023
Commit
0d2cac4
·
1 Parent(s):
c82da4e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import gradio as gr
2
3
-
gr.Interface.load("models/shivam001/deibotquestion")
.launch()
1
import gradio as gr
2
3
+
interface =
gr.Interface.load("models/shivam001/deibotquestion")
4
+
interface.launch(share=True)