SkwarczynskiP commited on
Commit
2e52b31
·
verified ·
1 Parent(s): 7776d6e

Updated gradio outputs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ iface = gr.Interface(
33
  gr.Dropdown(choices=datasets, label="Dataset"),
34
  gr.Textbox(lines=5, label="Input Text")
35
  ],
36
- outputs=gr.outputs.Textbox(label="Output"),
37
  )
38
 
39
  iface.launch()
 
33
  gr.Dropdown(choices=datasets, label="Dataset"),
34
  gr.Textbox(lines=5, label="Input Text")
35
  ],
36
+ outputs=gr.Textbox(label="Output"),
37
  )
38
 
39
  iface.launch()