Update app.py
Browse files
app.py
CHANGED
@@ -26,4 +26,4 @@ def function(parameter):
|
|
26 |
return data
|
27 |
|
28 |
iface = gr.Interface(fn=function, inputs="text", outputs="text")
|
29 |
-
iface.launch()
|
|
|
26 |
return data
|
27 |
|
28 |
iface = gr.Interface(fn=function, inputs="text", outputs="text")
|
29 |
+
iface.launch()
|