Akshayram1 commited on
Commit
e7d503a
·
verified ·
1 Parent(s): 9d627e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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", default=0)
 
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])