shogi880 commited on
Commit
3877f46
1 Parent(s): ca8adc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():