Spaces:
Runtime error
Runtime error
uragankatrrin
commited on
Commit
•
704fbce
1
Parent(s):
5b31cb0
Update app.py
Browse files
app.py
CHANGED
@@ -122,4 +122,4 @@ with gr.Blocks() as demo:
|
|
122 |
out_t = gr.Textbox(label = "added templates")
|
123 |
btn.click(custom_template_file, inp_t, out_t)
|
124 |
|
125 |
-
demo.launch(
|
|
|
122 |
out_t = gr.Textbox(label = "added templates")
|
123 |
btn.click(custom_template_file, inp_t, out_t)
|
124 |
|
125 |
+
demo.launch(debug = True)
|