Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hamza50
/
gradiotest
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hamza50
commited on
Nov 2, 2022
Commit
9e7108f
·
1 Parent(s):
88fd94a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -210,5 +210,5 @@ def greet(query):
210
211
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
212
213
-
demo.launch(
share=True
)
214
210
211
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
212
213
+
demo.launch()
214