Spaces:
Runtime error
Runtime error
lixuejing
commited on
Commit
Β·
4fc8150
1
Parent(s):
d0ff36b
update
Browse files
app.py
CHANGED
@@ -435,7 +435,7 @@ with demo:
|
|
435 |
model_api_key = gr.Textbox(label="Model online api key")
|
436 |
model_api_name_textbox = gr.Textbox(label="Online api model name")
|
437 |
with gr.Row():
|
438 |
-
gr.Markdown("## βοΈβ¨ Submit your model
|
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"])
|
|
|
435 |
model_api_key = gr.Textbox(label="Model online api key")
|
436 |
model_api_name_textbox = gr.Textbox(label="Online api model name")
|
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"])
|