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