teragron commited on
Commit
b166b64
·
1 Parent(s): e9d1176

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks() as demo:
17
  text_input = gr.Textbox(label="Enter text or URL to text file")
18
  with gr.Column():
19
  with gr.Row():
20
- picked_model = gr.Dropdown(["google/flan-t5-large", "google/flan-t5-base","google/flan-t5-small"], label="Models", interactive=True)
21
 
22
  chatbot = gr.Chatbot()
23
  q_input = gr.Textbox(label="Please write your question")
 
17
  text_input = gr.Textbox(label="Enter text or URL to text file")
18
  with gr.Column():
19
  with gr.Row():
20
+ picked_model = gr.Dropdown(["google/flan-t5-base","google/flan-t5-small"], label="Models", interactive=True) #"google/flan-t5-large",
21
 
22
  chatbot = gr.Chatbot()
23
  q_input = gr.Textbox(label="Please write your question")