ParthBhuptani commited on
Commit
ce0825e
·
verified ·
1 Parent(s): 9dbf2fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)