Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
|
@@ -6,7 +6,8 @@ import spaces
|
|
| 6 |
|
| 7 |
huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
|
| 8 |
if not huggingface_token:
|
| 9 |
-
|
|
|
|
| 10 |
|
| 11 |
model_id = "meta-llama/Meta-Llama-3.1-8B-Instruct"
|
| 12 |
model_id = "microsoft/Phi-3-mini-128k-instruct"
|
|
|
|
| 6 |
|
| 7 |
huggingface_token = os.getenv("HUGGINGFACE_TOKEN")
|
| 8 |
if not huggingface_token:
|
| 9 |
+
pass
|
| 10 |
+
#raise ValueError("HUGGINGFACE_TOKEN environment variable is not set")
|
| 11 |
|
| 12 |
model_id = "meta-llama/Meta-Llama-3.1-8B-Instruct"
|
| 13 |
model_id = "microsoft/Phi-3-mini-128k-instruct"
|