Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,4 +31,4 @@ output_text = gr.outputs.Textbox(label="Output Text")
|
|
31 |
interface = gr.Interface(fn=predict, inputs=input_text, outputs=output_text)
|
32 |
|
33 |
# Run the interface
|
34 |
-
interface.launch(
|
|
|
31 |
interface = gr.Interface(fn=predict, inputs=input_text, outputs=output_text)
|
32 |
|
33 |
# Run the interface
|
34 |
+
interface.launch()
|