Update app.py
Browse files
app.py
CHANGED
@@ -44,4 +44,4 @@ iface = gr.Interface(fn=plot_real_estate,
|
|
44 |
inputs=[gr.components.Textbox(label="Zip Code")],
|
45 |
outputs=gr.Plot())
|
46 |
|
47 |
-
iface.launch(share=
|
|
|
44 |
inputs=[gr.components.Textbox(label="Zip Code")],
|
45 |
outputs=gr.Plot())
|
46 |
|
47 |
+
iface.launch(share=False, debug=True)
|