eduardo-alvarez
commited on
Commit
β’
f35bc97
1
Parent(s):
98506a2
Update app.py
Browse files
app.py
CHANGED
@@ -239,7 +239,7 @@ with demo:
|
|
239 |
)
|
240 |
submit_button = gr.Button("π€ Submit Eval π»")
|
241 |
submission_result = gr.Markdown()
|
242 |
-
|
243 |
with gr.Column():
|
244 |
precision = gr.Dropdown(
|
245 |
choices=["fp32","fp16","bf16","int8","fp8", "int4"],
|
@@ -279,7 +279,7 @@ with demo:
|
|
279 |
submit_button.click(
|
280 |
fn=submit_to_endpoint,
|
281 |
inputs=[model_name_textbox, revision_name_textbox, model_type, hw_type, terms, precision, weight_type, training_infra, affiliation, base_model_name_textbox],
|
282 |
-
outputs=submission_result
|
283 |
|
284 |
|
285 |
|
|
|
239 |
)
|
240 |
submit_button = gr.Button("π€ Submit Eval π»")
|
241 |
submission_result = gr.Markdown()
|
242 |
+
|
243 |
with gr.Column():
|
244 |
precision = gr.Dropdown(
|
245 |
choices=["fp32","fp16","bf16","int8","fp8", "int4"],
|
|
|
279 |
submit_button.click(
|
280 |
fn=submit_to_endpoint,
|
281 |
inputs=[model_name_textbox, revision_name_textbox, model_type, hw_type, terms, precision, weight_type, training_infra, affiliation, base_model_name_textbox],
|
282 |
+
outputs=submission_result)
|
283 |
|
284 |
|
285 |
|