Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
daveokpare
/
demo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
daveokpare
commited on
Jan 29, 2023
Commit
07a092c
·
1 Parent(s):
7810f1c
Remove share from launch function call
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -6,4 +6,5 @@ def greet(name):
6
7
8
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
9
-
iface.launch(share=True)
6
7
8
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
9
+
10
+
iface.launch()