Spaces:
Runtime error
Runtime error
Commit ·
e56bd6b
1
Parent(s): 781b889
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,3 +37,4 @@ def launch(inputs):
|
|
| 37 |
return str1
|
| 38 |
iface = gr.Interface(launch, inputs="text", outputs="text",)
|
| 39 |
iface.launch(debug=True,)
|
|
|
|
|
|
| 37 |
return str1
|
| 38 |
iface = gr.Interface(launch, inputs="text", outputs="text",)
|
| 39 |
iface.launch(debug=True,)
|
| 40 |
+
|