Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,6 +19,6 @@ def predict(text):
|
|
| 19 |
gr.Interface(
|
| 20 |
fn=predict,
|
| 21 |
inputs=gr.inputs.Textbox(lines=2, placeholder="Enter text here..."),
|
| 22 |
-
outputs=gr.outputs.Label(
|
| 23 |
examples=["Hello, how are you?", "You won a prize! Click here to claim."]
|
| 24 |
).launch(share=False)
|
|
|
|
| 19 |
gr.Interface(
|
| 20 |
fn=predict,
|
| 21 |
inputs=gr.inputs.Textbox(lines=2, placeholder="Enter text here..."),
|
| 22 |
+
outputs=gr.outputs.Label(),
|
| 23 |
examples=["Hello, how are you?", "You won a prize! Click here to claim."]
|
| 24 |
).launch(share=False)
|