Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
charlesfrye
/
ask-fsdl
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
charlesfrye
commited on
Jan 23, 2023
Commit
1b5101a
·
1 Parent(s):
7be50ca
removes share for compatibility with spaces
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -20,4 +20,4 @@ def greet(name):
20
21
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
22
23
-
iface.launch(
share=True
)
20
21
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
22
23
+
iface.launch()