Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -79,10 +79,10 @@ tab3 = gr.Interface(
|
|
79 |
outputs=["audio"],
|
80 |
)
|
81 |
|
82 |
-
|
83 |
tab4 = gr.Interface(
|
84 |
fn=ImageGenFromText,
|
85 |
-
inputs=["text",
|
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 |
|