Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pavankalyan
/
Chitti_ver1
like
0
Runtime error
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
Pavankalyan
commited on
Oct 8, 2022
Commit
db373f8
·
1 Parent(s):
a8cf832
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -15,5 +15,5 @@ demo = gr.Interface(
15
inputs=["text"],
16
outputs=["text"],
17
)
18
-
demo.launch(
share=True
)
19
15
inputs=["text"],
16
outputs=["text"],
17
)
18
+
demo.launch()
19