meg HF Staff commited on
Commit
2660d71
·
verified ·
1 Parent(s): 129f916

Adding link to datasets.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ with gr.Blocks() as demo:
195
  gr.Markdown("# ✉️✨ Submit your model here!", elem_classes="markdown-text")
196
  gr.Markdown("## This is a super basic example 'frontend'.")
197
  gr.Markdown("## Fill out below then click **Run Analysis** to create the request file and launch the job.")
198
- gr.Markdown("### The request file will be written to %s." % REQUESTS_DATASET_PATH)
199
  gr.Markdown("### The job will be launched at [EnergyStarAI/launch-computation-example](https://huggingface.co/spaces/EnergyStarAI/launch-computation-example).")
200
  with gr.Row():
201
  with gr.Column():
 
195
  gr.Markdown("# ✉️✨ Submit your model here!", elem_classes="markdown-text")
196
  gr.Markdown("## This is a super basic example 'frontend'.")
197
  gr.Markdown("## Fill out below then click **Run Analysis** to create the request file and launch the job.")
198
+ gr.Markdown("### The request file will be written to [datasets/EnergyStarAI/requests_debug](https://huggingface.co/datasets/EnergyStarAI/requests_debug).")
199
  gr.Markdown("### The job will be launched at [EnergyStarAI/launch-computation-example](https://huggingface.co/spaces/EnergyStarAI/launch-computation-example).")
200
  with gr.Row():
201
  with gr.Column():