ShishuTripathi commited on
Commit
83ae5e3
·
1 Parent(s): b5568be

Update app.py

Browse files

Updated the textbox type

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ description = "The term used to describe an adverse event in the Database of Adv
22
  gr.Interface(
23
  text_generation,
24
  [gr.inputs.Textbox(lines=2, label="Enter Narrative or Phrase")],
25
- [gr.outputs.Textbox(type="auto", label="Extracted Preffered Term")],
26
  title=title,
27
  description=description,
28
  theme="huggingface"
 
22
  gr.Interface(
23
  text_generation,
24
  [gr.inputs.Textbox(lines=2, label="Enter Narrative or Phrase")],
25
+ [gr.outputs.Textbox(type="text", label="Extracted Preffered Term")],
26
  title=title,
27
  description=description,
28
  theme="huggingface"