Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import login
|
|
6 |
from dotenv import load_dotenv
|
7 |
|
8 |
load_dotenv()
|
9 |
-
image_API="https://api-inference.huggingface.co/models/
|
10 |
translation_API="https://api-inference.huggingface.co/models/facebook/nllb-200-distilled-1.3B"
|
11 |
whisper_API="https://api-inference.huggingface.co/models/openai/whisper-large-v3"
|
12 |
|
|
|
6 |
from dotenv import load_dotenv
|
7 |
|
8 |
load_dotenv()
|
9 |
+
image_API="https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-schnell"
|
10 |
translation_API="https://api-inference.huggingface.co/models/facebook/nllb-200-distilled-1.3B"
|
11 |
whisper_API="https://api-inference.huggingface.co/models/openai/whisper-large-v3"
|
12 |
|