Update app.py
Browse files
app.py
CHANGED
|
@@ -112,4 +112,4 @@ with gr.Blocks(title=TITLE) as demo:
|
|
| 112 |
|
| 113 |
# --------------------------------------------------------------------------- #
|
| 114 |
if __name__ == "__main__":
|
| 115 |
-
demo.launch(show_error=True, show_api=
|
|
|
|
| 112 |
|
| 113 |
# --------------------------------------------------------------------------- #
|
| 114 |
if __name__ == "__main__":
|
| 115 |
+
demo.launch(show_error=True, show_api=True,debug=False, share=False)
|