Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -54,10 +54,9 @@ with gr.Blocks(css=custom_css) as demo:
|
|
54 |
model_name = gr.Textbox(label="Model name")
|
55 |
model_id = gr.Textbox(label="username/space e.g PartAI/Dorna-Llama3-8B-Instruct")
|
56 |
contact_email = gr.Textbox(label="Contact E-Mail")
|
57 |
-
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")
|
58 |
submit_btn = gr.Button("Submit")
|
59 |
|
60 |
-
submit_btn.click(submit, inputs=[model_name, model_id, contact_email
|
61 |
|
62 |
gr.Markdown("""
|
63 |
Please find more information about Part DP AI on [partdp.ai](https://partdp.ai)""")
|
|
|
54 |
model_name = gr.Textbox(label="Model name")
|
55 |
model_id = gr.Textbox(label="username/space e.g PartAI/Dorna-Llama3-8B-Instruct")
|
56 |
contact_email = gr.Textbox(label="Contact E-Mail")
|
|
|
57 |
submit_btn = gr.Button("Submit")
|
58 |
|
59 |
+
submit_btn.click(submit, inputs=[model_name, model_id, contact_email], outputs=[])
|
60 |
|
61 |
gr.Markdown("""
|
62 |
Please find more information about Part DP AI on [partdp.ai](https://partdp.ai)""")
|