Update app.py
Browse files
app.py
CHANGED
@@ -61,5 +61,6 @@ interface = gr.Interface(
|
|
61 |
)
|
62 |
|
63 |
# Launch the Gradio application
|
|
|
64 |
if __name__ == "__main__":
|
65 |
-
|
|
|
61 |
)
|
62 |
|
63 |
# Launch the Gradio application
|
64 |
+
interface.launch()
|
65 |
if __name__ == "__main__":
|
66 |
+
app.run(host="0.0.0.0", port=7860)
|