awacke1 commited on
Commit
efa10e9
1 Parent(s): 5856fe6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def app():
106
  inference,
107
  gr.Textbox(lines=3),
108
  outputs=[gr.Textbox(lines=3, label="Flan T5-UL2"), gr.Textbox(lines=3, label="Flan T5-XXL")],
109
- title=title,
110
  description=description,
111
  examples=examples,
112
  )
 
106
  inference,
107
  gr.Textbox(lines=3),
108
  outputs=[gr.Textbox(lines=3, label="Flan T5-UL2"), gr.Textbox(lines=3, label="Flan T5-XXL")],
109
+ #title=title,
110
  description=description,
111
  examples=examples,
112
  )