Ahsen Khaliq commited on
Commit
ecf5164
1 Parent(s): e87704f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def inference(inputtext, model):
26
  gr.Interface(
27
  inference,
28
  [gr.inputs.Textbox(label="Context",lines=10),gr.inputs.Dropdown(choices=["xlm-roberta-base","xlm-roberta-large"], type="value", default="xlm-roberta-base", label="model")],
29
- [gr.outputs.Textbox(label="Output")],
30
  examples=examples,
31
  article=article,
32
  title=title,
26
  gr.Interface(
27
  inference,
28
  [gr.inputs.Textbox(label="Context",lines=10),gr.inputs.Dropdown(choices=["xlm-roberta-base","xlm-roberta-large"], type="value", default="xlm-roberta-base", label="model")],
29
+ [gr.outputs.Label(label="Output")],
30
  examples=examples,
31
  article=article,
32
  title=title,