Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
IanRonk
/
sponsoredbye
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
IanRonk
commited on
May 19, 2024
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
)