Spaces:
Running
Running
jeffrey
commited on
Commit
•
2ba4c18
1
Parent(s):
7420a95
disable debug
Browse files
app.py
CHANGED
@@ -235,6 +235,6 @@ with gr.Blocks(theme="earneleh/paris") as demo:
|
|
235 |
upstage_key_textbox.submit(on_submit_upstage_key, inputs=[upstage_key_textbox], outputs=upstage_key_status_box)
|
236 |
|
237 |
|
238 |
-
if __name__ == "__main__":
|
239 |
-
|
240 |
-
|
|
|
235 |
upstage_key_textbox.submit(on_submit_upstage_key, inputs=[upstage_key_textbox], outputs=upstage_key_status_box)
|
236 |
|
237 |
|
238 |
+
# if __name__ == "__main__":
|
239 |
+
# demo.launch(share=False, debug=True)
|
240 |
+
demo.launch(share=False, debug=False)
|