Spaces:
Runtime error
Runtime error
hellorahulk
commited on
Commit
•
305b307
1
Parent(s):
9b9bd70
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()
|