Trial and error.
Browse files- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -204,7 +204,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
204 |
|
205 |
# --- Build Gradio Interface using Blocks ---
|
206 |
with gr.Blocks() as demo:
|
207 |
-
gr.Markdown("# Basic Agent Evaluation Runner
|
208 |
gr.Markdown(
|
209 |
"""
|
210 |
**Instructions:**
|
|
|
204 |
|
205 |
# --- Build Gradio Interface using Blocks ---
|
206 |
with gr.Blocks() as demo:
|
207 |
+
gr.Markdown("# Basic Agent Evaluation Runner")
|
208 |
gr.Markdown(
|
209 |
"""
|
210 |
**Instructions:**
|
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ gradio
|
|
2 |
requests
|
3 |
huggingface_hub
|
4 |
transformers
|
5 |
-
torch
|
|
|
|
2 |
requests
|
3 |
huggingface_hub
|
4 |
transformers
|
5 |
+
torch
|
6 |
+
accelerate
|