Spaces:
Running
Running
Adding link to datasets.
Browse files
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
|
| 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():
|