Spaces:
Runtime error
Runtime error
Commit ·
d8f8a95
1
Parent(s): 214b186
Update app.py
Browse files
app.py
CHANGED
|
@@ -187,4 +187,4 @@ iface = gr.Interface(fn=greet, inputs=gr.inputs.Textbox(placeholder="Enter the r
|
|
| 187 |
description="Enter a real-world problem and see the genius of Leonardo DaVinci in action!", examples=examples)
|
| 188 |
|
| 189 |
# Run the Gradio app
|
| 190 |
-
iface.launch(
|
|
|
|
| 187 |
description="Enter a real-world problem and see the genius of Leonardo DaVinci in action!", examples=examples)
|
| 188 |
|
| 189 |
# Run the Gradio app
|
| 190 |
+
iface.launch()
|