Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -125,4 +125,4 @@ with gr.Blocks(css="""
|
|
| 125 |
|
| 126 |
pdf_btn.click(save_pdf, inputs=[recipe_output], outputs=gr.File(label="📥 Download Recipe PDF"))
|
| 127 |
|
| 128 |
-
demo.launch()
|
|
|
|
| 125 |
|
| 126 |
pdf_btn.click(save_pdf, inputs=[recipe_output], outputs=gr.File(label="📥 Download Recipe PDF"))
|
| 127 |
|
| 128 |
+
demo.launch(share = True)
|