Spaces:
Running
Running
Updating instructions
Browse files
app.py
CHANGED
@@ -171,8 +171,9 @@ def add_new_eval(
|
|
171 |
|
172 |
|
173 |
with gr.Blocks() as demo:
|
174 |
-
gr.Markdown("This is a super basic example 'frontend'.
|
175 |
-
gr.Markdown("The
|
|
|
176 |
with gr.Row():
|
177 |
gr.Markdown("# ✉️✨ Submit your model here!", elem_classes="markdown-text")
|
178 |
with gr.Row():
|
|
|
171 |
|
172 |
|
173 |
with gr.Blocks() as demo:
|
174 |
+
gr.Markdown("This is a super basic example 'frontend'. Fill out below then click **Run** to create the request file and launch the job.")
|
175 |
+
gr.Markdown("The request file will be written so %s." % REQUESTS_DATASET_PATH)
|
176 |
+
gr.Markdown("The job will be launched at [EnergyStarAI/launch-computation-example](https://huggingface.co/spaces/EnergyStarAI/launch-computation-example).")
|
177 |
with gr.Row():
|
178 |
gr.Markdown("# ✉️✨ Submit your model here!", elem_classes="markdown-text")
|
179 |
with gr.Row():
|