Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sreelekhaputta2
/
GenDoc_AI
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sreelekhaputta2
commited on
11 days ago
Commit
2c10b07
·
verified
·
1 Parent(s):
891c0ec
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -266,4 +266,5 @@ with gr.Blocks(css=custom_css, elem_id="container") as demo:
266
outputs=[output_box, pdf_output]
267
)
268
269
-
demo.launch()
266
outputs=[output_box, pdf_output]
267
)
268
269
+
demo.launch(
share=True
)
270
+