Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
IanRonk
/
sponsoredbye
like
2
Runtime error
App
Files
Files
Community
IanRonk
commited on
May 19
Commit
d48eb67
•
1 Parent(s):
232d651
Added shared function
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -6,4 +6,4 @@ def greet(name):
6
7
8
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
9
-
demo.launch()
6
7
8
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
9
+
demo.launch(
share=True
)