Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ with gr.Blocks() as demo:
|
|
26 |
gr.Markdown("Example: Act as a professional character designer. Please generate prompts include detail appearance descriptions that related to the personality. Here's your first question: 'a gentle man':")
|
27 |
gr.Markdown("Then ask **Stable Diffusion** to generate images based on ChatGPT prompts.")
|
28 |
with gr.Row():
|
29 |
-
inpprompt = gr.Dropdown(list(dictionary.keys()))
|
30 |
outprompt = gr.Textbox()
|
31 |
|
32 |
with gr.Row():
|
|
|
26 |
gr.Markdown("Example: Act as a professional character designer. Please generate prompts include detail appearance descriptions that related to the personality. Here's your first question: 'a gentle man':")
|
27 |
gr.Markdown("Then ask **Stable Diffusion** to generate images based on ChatGPT prompts.")
|
28 |
with gr.Row():
|
29 |
+
inpprompt = gr.Dropdown(list(dictionary.keys()), value=list(dictionary.keys())[0])
|
30 |
outprompt = gr.Textbox()
|
31 |
|
32 |
with gr.Row():
|