Update app.py
Browse files
app.py
CHANGED
@@ -277,4 +277,4 @@ with gr.Blocks() as interface:
|
|
277 |
file_input.change(process_images, inputs=file_input, outputs=[html_output, file_output])
|
278 |
|
279 |
if __name__ == "__main__":
|
280 |
-
interface.launch(
|
|
|
277 |
file_input.change(process_images, inputs=file_input, outputs=[html_output, file_output])
|
278 |
|
279 |
if __name__ == "__main__":
|
280 |
+
interface.launch(share=True)
|