Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def greet( prompt):
|
|
89 |
|
90 |
|
91 |
iface = gr.Interface(greet, inputs = ["text"], outputs = "text")
|
92 |
-
iface.launch(
|
93 |
|
94 |
|
95 |
#breakpoint()
|
|
|
89 |
|
90 |
|
91 |
iface = gr.Interface(greet, inputs = ["text"], outputs = "text")
|
92 |
+
iface.launch()
|
93 |
|
94 |
|
95 |
#breakpoint()
|