Update app.py
Browse files
app.py
CHANGED
@@ -276,9 +276,4 @@ def create_gradio_app():
|
|
276 |
|
277 |
if __name__ == "__main__":
|
278 |
app = create_gradio_app()
|
279 |
-
app.launch(
|
280 |
-
server_name="0.0.0.0",
|
281 |
-
server_port=7860,
|
282 |
-
share=True,
|
283 |
-
debug=True
|
284 |
-
)
|
|
|
276 |
|
277 |
if __name__ == "__main__":
|
278 |
app = create_gradio_app()
|
279 |
+
app.launch()
|
|
|
|
|
|
|
|
|
|