Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -223,7 +223,7 @@ with gr.Blocks(css=".gr-button {font-size: 16px !important}") as demo:
|
|
223 |
|
224 |
with gr.Group(visible=True) as input_section:
|
225 |
username_input = gr.Textbox(label="Your Name", placeholder="Enter your name", interactive=True)
|
226 |
-
model_input = gr.Textbox(label="Model used, specify the version (e.g., Imagen 3, Dall-e 3, Midjourney 6).", placeholder="Name of the model used to generate the image", interactive=True)
|
227 |
|
228 |
# 🚫 Freeze this block: do not allow edits to the prompt input component's configuration.
|
229 |
with gr.Row():
|
|
|
223 |
|
224 |
with gr.Group(visible=True) as input_section:
|
225 |
username_input = gr.Textbox(label="Your Name", placeholder="Enter your name", interactive=True)
|
226 |
+
model_input = gr.Textbox(label="Model used, specify the version (e.g., Imagen 3, Dall-e 3, Midjourney 6). Write \"Real\" when uploading a real image.", placeholder="Name of the model used to generate the image", interactive=True)
|
227 |
|
228 |
# 🚫 Freeze this block: do not allow edits to the prompt input component's configuration.
|
229 |
with gr.Row():
|