adorkin commited on
Commit
4f1bfea
1 Parent(s): 37d5d29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ gradio_ui = gr.Interface(
37
  gr.inputs.Textbox(lines=3, label="Paste a tweet here"),
38
  ],
39
  outputs=[
40
- gr.outputs.Textbox(label=f"Predicted emojis")
41
  ],
42
  examples=[
43
  ["it's pretty depressing when u hit pan on ur favourite highlighter"],
 
37
  gr.inputs.Textbox(lines=3, label="Paste a tweet here"),
38
  ],
39
  outputs=[
40
+ gr.outputs.Label(type="confidences", label=f"Predicted emojis")
41
  ],
42
  examples=[
43
  ["it's pretty depressing when u hit pan on ur favourite highlighter"],