Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,7 @@ repo_id = "HuggingFaceH4/zephyr-7b-alpha" #das Modell ist echt gut!!! Vom MIT
|
|
106 |
MODEL_NAME_HF = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
107 |
MODEL_NAME_OAI_ZEICHNEN = "dall-e-3"
|
108 |
#Alternativ zeichnen: Stabe Diffusion from HF:
|
|
|
109 |
#Zeichnen
|
110 |
API_URL = "https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-2-1"
|
111 |
#Textgenerierung
|
|
|
106 |
MODEL_NAME_HF = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
107 |
MODEL_NAME_OAI_ZEICHNEN = "dall-e-3"
|
108 |
#Alternativ zeichnen: Stabe Diffusion from HF:
|
109 |
+
#API Inference allgemien: https://api-inference.huggingface.co/models/{model}
|
110 |
#Zeichnen
|
111 |
API_URL = "https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-2-1"
|
112 |
#Textgenerierung
|