Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,4 +76,4 @@ with gr.Blocks() as demo:
|
|
| 76 |
# out_machine.change(lambda x: gr.update(visible=True) if out_machine else gr.update(visible=False), inputs=out_machine, outputs=out_machine)
|
| 77 |
clear_button.click(clear_detection_tab, inputs=[], outputs=[input_text, check_button])
|
| 78 |
|
| 79 |
-
demo.launch(
|
|
|
|
| 76 |
# out_machine.change(lambda x: gr.update(visible=True) if out_machine else gr.update(visible=False), inputs=out_machine, outputs=out_machine)
|
| 77 |
clear_button.click(clear_detection_tab, inputs=[], outputs=[input_text, check_button])
|
| 78 |
|
| 79 |
+
demo.launch(share=True)
|