Update app.py
Browse files
app.py
CHANGED
@@ -47,4 +47,4 @@ with gr.Blocks(title="Forecasting Geomagnetic Storms", css="") as demo:
|
|
47 |
clear_btn.click(k, inputs=[], outputs=file1)
|
48 |
submit_btn.click(predict_input_image, inputs=file1, outputs=[label1, label2])
|
49 |
|
50 |
-
demo.launch(debug='
|
|
|
47 |
clear_btn.click(k, inputs=[], outputs=file1)
|
48 |
submit_btn.click(predict_input_image, inputs=file1, outputs=[label1, label2])
|
49 |
|
50 |
+
demo.launch(debug='False', share=False)
|