Spaces:
Runtime error
Runtime error
SUPERFIRE777
commited on
Commit
·
9f26b2d
1
Parent(s):
2dc4a04
Update app.py
Browse files
app.py
CHANGED
@@ -22,4 +22,4 @@ def func(query):
|
|
22 |
return "Error [B]" + str(e)
|
23 |
|
24 |
iface = gr.Interface(fn=func, inputs="text", outputs="text")
|
25 |
-
iface.launch()
|
|
|
22 |
return "Error [B]" + str(e)
|
23 |
|
24 |
iface = gr.Interface(fn=func, inputs="text", outputs="text")
|
25 |
+
iface.launch()#a
|