Spaces:
Build error
Build error
Update app.py
Browse files
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)
|