Spaces:
Runtime error
Runtime error
issue smella
Browse files
app.py
CHANGED
@@ -194,4 +194,4 @@ with gr.Blocks(theme='gradio/monochrome') as demo:
|
|
194 |
stop_btn.click(stop_generation_func, inputs=[], outputs=[])
|
195 |
|
196 |
if __name__ == "__main__":
|
197 |
-
demo.launch()
|
|
|
194 |
stop_btn.click(stop_generation_func, inputs=[], outputs=[])
|
195 |
|
196 |
if __name__ == "__main__":
|
197 |
+
demo.launch(debug=True)
|