Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Benjov
/
Demo-IR
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Benjov
commited on
Oct 30, 2023
Commit
c94e904
·
1 Parent(s):
81c6ca9
29/10/2023
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -318,4 +318,4 @@ with gr.Blocks() as demo:
318
319
320
if __name__ == "__main__":
321
-
demo.launch()
318
319
320
if __name__ == "__main__":
321
+
demo.launch(
share=True
)