Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -338,7 +338,8 @@ def demo():
|
|
| 338 |
with gr.Row():
|
| 339 |
summary_output = gr.Label("Summary will be shown here")
|
| 340 |
with gr.Row():
|
| 341 |
-
model_choice = gr.Radio(list_llm_simple, label="Choose Model", type="index"
|
|
|
|
| 342 |
|
| 343 |
# Preprocessing events
|
| 344 |
#upload_btn.upload(upload_file, inputs=[upload_btn], outputs=[document])
|
|
|
|
| 338 |
with gr.Row():
|
| 339 |
summary_output = gr.Label("Summary will be shown here")
|
| 340 |
with gr.Row():
|
| 341 |
+
model_choice = gr.Radio(list_llm_simple, label="Choose Model", type="index")
|
| 342 |
+
|
| 343 |
|
| 344 |
# Preprocessing events
|
| 345 |
#upload_btn.upload(upload_file, inputs=[upload_btn], outputs=[document])
|