Spaces:
Runtime error
Runtime error
hellorahulk
commited on
Commit
•
219b5ce
1
Parent(s):
305b307
Update app.py
Browse files
app.py
CHANGED
@@ -19,4 +19,4 @@ outputs = [
|
|
19 |
|
20 |
# Create the Gradio app
|
21 |
iface = gr.Interface(fn=f, inputs="text", outputs=outputs, title="Competitor bot")
|
22 |
-
iface.launch()
|
|
|
19 |
|
20 |
# Create the Gradio app
|
21 |
iface = gr.Interface(fn=f, inputs="text", outputs=outputs, title="Competitor bot")
|
22 |
+
iface.launch(debug=True)
|