as-cle-bert commited on
Commit
af49e40
·
verified ·
1 Parent(s): b03db92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ iface = gr.Interface(
31
  description="Upload a file in .docx, .xlsx, .html, .pptx, .json, .csv, .xml, .md, .jpg/.jpeg, .png format, and get it converted to PDF."
32
  )
33
 
34
- iface.launch()
 
31
  description="Upload a file in .docx, .xlsx, .html, .pptx, .json, .csv, .xml, .md, .jpg/.jpeg, .png format, and get it converted to PDF."
32
  )
33
 
34
+ iface.launch(share=True)