Abrahamau commited on
Commit
7ea039d
·
verified ·
1 Parent(s): abc4ec6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -79,10 +79,10 @@ tab3 = gr.Interface(
79
  outputs=["audio"],
80
  )
81
 
82
- radio3 = gr.Radio(["black-forest-labs/FLUX.1-schnell"], value="black-forest-labs/FLUX.1-schnell", label="Select", info="text to image")
83
  tab4 = gr.Interface(
84
  fn=ImageGenFromText,
85
- inputs=["text", "model"],
86
  outputs=["image"],
87
  )
88
 
 
79
  outputs=["audio"],
80
  )
81
 
82
+ radio4 = gr.Radio(["black-forest-labs/FLUX.1-schnell"], value="black-forest-labs/FLUX.1-schnell", label="Select", info="text to image")
83
  tab4 = gr.Interface(
84
  fn=ImageGenFromText,
85
+ inputs=["text", radio4],
86
  outputs=["image"],
87
  )
88