Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vislupus
/
Bulgarian-Joke-Master
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vislupus
commited on
Dec 6, 2024
Commit
1561c2b
·
verified
·
1 Parent(s):
0d481f1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -82,4 +82,4 @@ with gr.Blocks() as demo:
82
83
# Launch the Gradio app
84
if __name__ == "__main__":
85
-
demo.launch()
82
83
# Launch the Gradio app
84
if __name__ == "__main__":
85
+
demo.launch(
share=True
)