Update app.py
Browse files
app.py
CHANGED
@@ -78,4 +78,4 @@ demo = gr.Interface(
|
|
78 |
examples=[["This is wonderful!"]]) # Example input(s) to display on the interface
|
79 |
|
80 |
# Launch the Gradio interface
|
81 |
-
demo.launch(
|
|
|
78 |
examples=[["This is wonderful!"]]) # Example input(s) to display on the interface
|
79 |
|
80 |
# Launch the Gradio interface
|
81 |
+
demo.launch(debug=True)
|