Spaces:
Runtime error
Runtime error
DeeeTeeee01
commited on
Commit
•
b8b4f2b
1
Parent(s):
f6d810c
Update app.py
Browse files
app.py
CHANGED
@@ -134,6 +134,6 @@ with gr.Blocks(css=".gradio-container {background-color:silver}") as app:
|
|
134 |
predict_btn.click(fn=predict, inputs=input_interface, outputs=output_interface)
|
135 |
|
136 |
|
137 |
-
|
138 |
|
139 |
|
|
|
134 |
predict_btn.click(fn=predict, inputs=input_interface, outputs=output_interface)
|
135 |
|
136 |
|
137 |
+
app.launch(share=False)
|
138 |
|
139 |
|