Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks() as demo:
|
|
109 |
with gr.Column(scale=1):
|
110 |
google_api_key = gr.Textbox(label="Google AI API Key", type="password")
|
111 |
stability_api_key = gr.Textbox(label="Stability AI API Key", type="password")
|
112 |
-
prompt = gr.Textbox(label="
|
113 |
style = gr.Dropdown(label="Style", choices=STYLES)
|
114 |
negative_prompt = gr.Textbox(label="Negative Prompt", value=DEFAULT_NEGATIVE_PROMPT)
|
115 |
submit_btn = gr.Button("Generate Image")
|
|
|
109 |
with gr.Column(scale=1):
|
110 |
google_api_key = gr.Textbox(label="Google AI API Key", type="password")
|
111 |
stability_api_key = gr.Textbox(label="Stability AI API Key", type="password")
|
112 |
+
prompt = gr.Textbox(label="Describe Your Image")
|
113 |
style = gr.Dropdown(label="Style", choices=STYLES)
|
114 |
negative_prompt = gr.Textbox(label="Negative Prompt", value=DEFAULT_NEGATIVE_PROMPT)
|
115 |
submit_btn = gr.Button("Generate Image")
|