Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,6 +13,8 @@ from flux_client_wrapper import FluxImageGenerator
|
|
| 13 |
os.system("tree -d")
|
| 14 |
|
| 15 |
|
|
|
|
|
|
|
| 16 |
client = InferenceClient(
|
| 17 |
"meta-llama/Llama-3.2-3B-Instruct" #"HuggingFaceH4/zephyr-7b-beta"
|
| 18 |
)
|
|
|
|
| 13 |
os.system("tree -d")
|
| 14 |
|
| 15 |
|
| 16 |
+
HF_TOKEN=os.getenv('HF_TOKEN')
|
| 17 |
+
|
| 18 |
client = InferenceClient(
|
| 19 |
"meta-llama/Llama-3.2-3B-Instruct" #"HuggingFaceH4/zephyr-7b-beta"
|
| 20 |
)
|