Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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-
|
| 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")
|