Spaces:
Runtime error
Runtime error
fix chat history aneurysm
Browse files
app.py
CHANGED
@@ -198,4 +198,4 @@ with gr.Blocks(theme='gradio/monochrome') as demo:
|
|
198 |
stop_btn.click(stop_generation_func, inputs=[], outputs=[])
|
199 |
|
200 |
if __name__ == "__main__":
|
201 |
-
demo.launch(debug=True)
|
|
|
198 |
stop_btn.click(stop_generation_func, inputs=[], outputs=[])
|
199 |
|
200 |
if __name__ == "__main__":
|
201 |
+
demo.launch(debug=True) # print the retardation
|