adorkin commited on
Commit
8be307b
1 Parent(s): 5c8b713

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ gr.Interface(
26
  gr.inputs.Textbox(lines=1, label="Template", default="The topic of this text is {}.", placeholder="The topic of this text is {}.")
27
  ],
28
  outputs=[
29
- gr.outputs.Textbox(label="Predicted label")
30
  ],
31
  enable_queue=True,
32
  allow_screenshot=False,
 
26
  gr.inputs.Textbox(lines=1, label="Template", default="The topic of this text is {}.", placeholder="The topic of this text is {}.")
27
  ],
28
  outputs=[
29
+ gr.outputs.Label(label="Predicted label")
30
  ],
31
  enable_queue=True,
32
  allow_screenshot=False,