Spaces:
Sleeping
Sleeping
BiEchi
commited on
Commit
·
84d3475
1
Parent(s):
24fe5ed
final push
Browse files
app.py
CHANGED
@@ -25,4 +25,4 @@ def infer(text):
|
|
25 |
return output_str
|
26 |
|
27 |
iface = gr.Interface(fn=infer, inputs="text", outputs="text")
|
28 |
-
iface.launch(
|
|
|
25 |
return output_str
|
26 |
|
27 |
iface = gr.Interface(fn=infer, inputs="text", outputs="text")
|
28 |
+
iface.launch()
|