Spaces:
Sleeping
Sleeping
Commit
·
1be2d5d
1
Parent(s):
201e572
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,6 +28,6 @@ def launch(input):
|
|
| 28 |
|
| 29 |
return str
|
| 30 |
|
| 31 |
-
iface=gr.Interface(launch,inputs="text
|
| 32 |
iface.launch()
|
| 33 |
|
|
|
|
| 28 |
|
| 29 |
return str
|
| 30 |
|
| 31 |
+
iface=gr.Interface(launch,inputs="text",outputs="text")
|
| 32 |
iface.launch()
|
| 33 |
|