tttoaster commited on
Commit
34c7db2
1 Parent(s): 3247730

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -229,10 +229,10 @@ with block:
229
  with gr.Row():
230
  with gr.Column():
231
  model_name_textbox = gr.Textbox(
232
- label="Model name", placeholder="LLaMA-7B"
233
  )
234
  revision_name_textbox = gr.Textbox(
235
- label="Revision Model Name", placeholder="LLaMA-7B"
236
  )
237
  model_type = gr.Dropdown(
238
  choices=[
 
229
  with gr.Row():
230
  with gr.Column():
231
  model_name_textbox = gr.Textbox(
232
+ label="Model name", placeholder="LLaMA"
233
  )
234
  revision_name_textbox = gr.Textbox(
235
+ label="Revision Model Name", placeholder="LLaMA"
236
  )
237
  model_type = gr.Dropdown(
238
  choices=[