Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -1180,7 +1180,8 @@ hardcoded_prompt_3 = "A high quality cinematic image for Taylor Swift concert in
|
|
| 1180 |
|
| 1181 |
# Function to call the Flux API and generate images
|
| 1182 |
def generate_image_flux(prompt):
|
| 1183 |
-
client = Client("black-forest-labs/FLUX.1-schnell")
|
|
|
|
| 1184 |
result = client.predict(
|
| 1185 |
prompt=prompt,
|
| 1186 |
seed=0,
|
|
|
|
| 1180 |
|
| 1181 |
# Function to call the Flux API and generate images
|
| 1182 |
def generate_image_flux(prompt):
|
| 1183 |
+
# client = Client("black-forest-labs/FLUX.1-schnell")
|
| 1184 |
+
client = Client("Pijush2023/radar_flux")
|
| 1185 |
result = client.predict(
|
| 1186 |
prompt=prompt,
|
| 1187 |
seed=0,
|