cooelf commited on
Commit
0e197ce
1 Parent(s): 6039940

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.outputs.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],
 
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],