swaroop-uddandarao commited on
Commit
a7d8778
·
1 Parent(s): 0dd3f9b

added try and except

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks() as iface:
102
  with gr.Row():
103
  question_input = gr.Textbox(label="Enter your Question", lines=2)
104
  dropdown_input = gr.Dropdown(
105
- ["LLaMA 3.3", "Mistral 7B"],
106
  value="LLaMA 3.3",
107
  label="Select a Model"
108
  )
 
102
  with gr.Row():
103
  question_input = gr.Textbox(label="Enter your Question", lines=2)
104
  dropdown_input = gr.Dropdown(
105
+ ["LLaMA 3.3", "Mistral 7B","Deepseek 70b"],
106
  value="LLaMA 3.3",
107
  label="Select a Model"
108
  )