Spaces:
Runtime error
Runtime error
lixuejing
commited on
Commit
Β·
6ddd6e4
1
Parent(s):
4fc8150
update
Browse files
app.py
CHANGED
|
@@ -437,7 +437,7 @@ with demo:
|
|
| 437 |
with gr.Row():
|
| 438 |
gr.Markdown("## βοΈβ¨ Submit your model inferinfos here!", elem_classes="markdown-text")
|
| 439 |
with gr.Row():
|
| 440 |
-
runsh = gr.File(label="δΈδΌ run.sh ζδ»Ά", file_types=[".sh"])
|
| 441 |
adapter = gr.File(label="δΈδΌ model_adapter.py ζδ»Ά", file_types=[".py"])
|
| 442 |
|
| 443 |
submit_button = gr.Button("Submit Eval")
|
|
|
|
| 437 |
with gr.Row():
|
| 438 |
gr.Markdown("## βοΈβ¨ Submit your model inferinfos here!", elem_classes="markdown-text")
|
| 439 |
with gr.Row():
|
| 440 |
+
runsh = gr.File(label="δΈδΌ run.sh ζδ»Ά", file_types=[".sh"]).launch(language="en")
|
| 441 |
adapter = gr.File(label="δΈδΌ model_adapter.py ζδ»Ά", file_types=[".py"])
|
| 442 |
|
| 443 |
submit_button = gr.Button("Submit Eval")
|