Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ TITLE = """
|
|
10 |
|
11 |
❤️ Created by [@maximelabonne](https://twitter.com/maximelabonne).
|
12 |
|
13 |
-
|
14 |
|
15 |
Once a pod has started, you can safely close this tab. The results are then privately uploaded to [GitHub Gist](https://gist.github.com/), and the pod is automatically destroyed.
|
16 |
|
@@ -38,7 +38,7 @@ def autoeval(BENCHMARK, MODEL, GPU, NUMBER_OF_GPUS, CONTAINER_DISK, CLOUD_TYPE,
|
|
38 |
}
|
39 |
)
|
40 |
|
41 |
-
return gr.Textbox("Evaluation started!", label="Output", autofocus=True),
|
42 |
|
43 |
with gr.Blocks() as demo:
|
44 |
gr.Markdown(TITLE)
|
|
|
10 |
|
11 |
❤️ Created by [@maximelabonne](https://twitter.com/maximelabonne).
|
12 |
|
13 |
+
**Automatically evaluate your LLMs** using [RunPod](https://www.runpod.io/console/pods). If you don't have an account, please consider using my [referral link](https://runpod.io?ref=9nvk2srl).
|
14 |
|
15 |
Once a pod has started, you can safely close this tab. The results are then privately uploaded to [GitHub Gist](https://gist.github.com/), and the pod is automatically destroyed.
|
16 |
|
|
|
38 |
}
|
39 |
)
|
40 |
|
41 |
+
return gr.Textbox("Evaluation started!", label="Output", autofocus=True, visible=True),
|
42 |
|
43 |
with gr.Blocks() as demo:
|
44 |
gr.Markdown(TITLE)
|