Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,4 +50,4 @@ def test_model(text):
|
|
50 |
iface = gr.Interface(fn=test_model, inputs="text", outputs="text")
|
51 |
|
52 |
# Launch the interface
|
53 |
-
iface.launch(
|
|
|
50 |
iface = gr.Interface(fn=test_model, inputs="text", outputs="text")
|
51 |
|
52 |
# Launch the interface
|
53 |
+
iface.launch()
|