Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,7 +65,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 65 |
huggingfacehub_api_token=HF_KEY,
|
| 66 |
task="conversational", # Specify task for the conversational model
|
| 67 |
)
|
| 68 |
-
|
| 69 |
|
| 70 |
# -----------------------------
|
| 71 |
# Tools
|
|
|
|
| 65 |
huggingfacehub_api_token=HF_KEY,
|
| 66 |
task="conversational", # Specify task for the conversational model
|
| 67 |
)
|
| 68 |
+
|
| 69 |
|
| 70 |
# -----------------------------
|
| 71 |
# Tools
|