Update app.py
Browse files
app.py
CHANGED
@@ -198,4 +198,4 @@ with gr.Blocks() as interface:
|
|
198 |
file_input.change(process_images, inputs=file_input, outputs=[html_output, file_output])
|
199 |
|
200 |
if __name__ == "__main__":
|
201 |
-
interface.launch(
|
|
|
198 |
file_input.change(process_images, inputs=file_input, outputs=[html_output, file_output])
|
199 |
|
200 |
if __name__ == "__main__":
|
201 |
+
interface.launch()
|