Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GT4SD
/
PatentToolkit
like
5
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
thepolymerguy
commited on
Apr 18, 2023
Commit
5ab8e56
·
1 Parent(s):
4910f6e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -522,4 +522,4 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
522
523
""")
524
demo.queue(max_size=15)
525
-
demo.launch(
share=True
)
522
523
""")
524
demo.queue(max_size=15)
525
+
demo.launch()