Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
srishtiy/se-culture-dataset
1-800-LLMs
/
crowdsource
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
minemaster01
commited on
11 days ago
Commit
9a755d5
·
verified
·
1 Parent(s):
266c914
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -291,4 +291,4 @@ with gr.Blocks() as gradio_app:
291
""")
292
293
if __name__ == "__main__":
294
-
gradio_app.launch()
291
""")
292
293
if __name__ == "__main__":
294
+
gradio_app.launch(
share=True
)