tabedini commited on
Commit
7552e97
·
verified ·
1 Parent(s): 49ee361

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks(css=custom_css) as demo:
74
  model_id = gr.Textbox(label="username/space e.g PartAI/Dorna-Llama3-8B-Instruct")
75
  contact_email = gr.Textbox(label="Contact E-Mail")
76
  section = gr.Radio(choices=["Persian", "Base"], label="Section")
77
- license = gr.Dropdown(choices=["llama2", "llama3", "llama3.1", "llama3.2", "cc-by-nc-4.0", "mit", "apache-2.0", "other"], label="License")
78
  submit_btn = gr.Button("Submit")
79
 
80
  submit_btn.click(submit, inputs=[model_name, model_id, contact_email, section, license], outputs=[])
 
74
  model_id = gr.Textbox(label="username/space e.g PartAI/Dorna-Llama3-8B-Instruct")
75
  contact_email = gr.Textbox(label="Contact E-Mail")
76
  section = gr.Radio(choices=["Persian", "Base"], label="Section")
77
+ license = gr.Dropdown(choices=["llama2", "llama3", "llama3.1", "llama3.2", "cc-by-nc-4.0", "mit", "apache-2.0", "gemma", "cc-by-nc-sa-4.0", "other"], label="License")
78
  submit_btn = gr.Button("Submit")
79
 
80
  submit_btn.click(submit, inputs=[model_name, model_id, contact_email, section, license], outputs=[])