Pijush2023 commited on
Commit
fc3b2a9
·
verified ·
1 Parent(s): c5fb5c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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,