meg HF Staff commited on
Commit
eeb59a4
·
verified ·
1 Parent(s): cc3fe5c

Updating instructions

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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'. Start typing below and then click **Run** to launch the job.")
175
- gr.Markdown("The job will be launched at [EnergyStarAI/launch-computation-example](https://huggingface.co/spaces/EnergyStarAI/launch-computation-example)")
 
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():