Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aldrinjenson
/
first-space
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aldrinjenson
commited on
Aug 22, 2022
Commit
f4242af
·
1 Parent(s):
a1441e3
Make share=true
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,4 +9,4 @@ def greet(name):
9
10
11
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
12
-
iface.launch()
9
10
11
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
12
+
iface.launch(
share=True
)