Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def inference(input_text):
|
|
| 34 |
demo = gr.Interface(
|
| 35 |
fn=inference,
|
| 36 |
inputs=gr.Textbox(label="Input Text", scale=2, container=False),
|
| 37 |
-
outputs=gr.
|
| 38 |
examples = [
|
| 39 |
["My last two weather pics from the storm on August 2nd. People packed up real fast after the temp dropped and winds picked up.", 1],
|
| 40 |
["Lying Clinton sinking! Donald Trump singing: Let's Make America Great Again!", 0],
|
|
|
|
| 34 |
demo = gr.Interface(
|
| 35 |
fn=inference,
|
| 36 |
inputs=gr.Textbox(label="Input Text", scale=2, container=False),
|
| 37 |
+
outputs=gr.Textbox(label="Output Label"),
|
| 38 |
examples = [
|
| 39 |
["My last two weather pics from the storm on August 2nd. People packed up real fast after the temp dropped and winds picked up.", 1],
|
| 40 |
["Lying Clinton sinking! Donald Trump singing: Let's Make America Great Again!", 0],
|