sk007msd commited on
Commit
4e97447
·
verified ·
1 Parent(s): 409e937

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/stabilityai/stable-diffusion-2"
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