remove share, debug
Browse files
app.py
CHANGED
@@ -143,5 +143,5 @@ with gr.Blocks() as demo:
|
|
143 |
|
144 |
image_button.click(predict, inputs=image_input, outputs=[text_output, image_output])
|
145 |
|
146 |
-
demo.launch(
|
147 |
|
|
|
143 |
|
144 |
image_button.click(predict, inputs=image_input, outputs=[text_output, image_output])
|
145 |
|
146 |
+
demo.launch()
|
147 |
|