Spaces:
Runtime error
Runtime error
Commit
·
bda212c
1
Parent(s):
e3767a4
Update app.py
Browse files
app.py
CHANGED
@@ -38,5 +38,5 @@ def launch(inputs):
|
|
38 |
str1 += "\n"+ele
|
39 |
os.remove('tmp.jpg')
|
40 |
return str1
|
41 |
-
iface = gr.Interface(launch, inputs="text", outputs="text",
|
42 |
-
iface.launch(debug=True,
|
|
|
38 |
str1 += "\n"+ele
|
39 |
os.remove('tmp.jpg')
|
40 |
return str1
|
41 |
+
iface = gr.Interface(launch, inputs="text", outputs="text",)
|
42 |
+
iface.launch(debug=True,)
|