rhfeiyang commited on
Commit
d9e6174
·
1 Parent(s): 0026aa2
Files changed (1) hide show
  1. hf_demo.py +3 -2
hf_demo.py CHANGED
@@ -86,6 +86,7 @@ block = gr.Blocks()
86
  with block:
87
  with gr.Group():
88
  gr.Markdown(" # Art-Free Diffusion Demo")
 
89
  with gr.Row():
90
  text = gr.Textbox(
91
  label="Enter your prompt",
@@ -102,14 +103,14 @@ with block:
102
  label="Generated images",
103
  show_label=False,
104
  elem_id="gallery",
105
- columns=[2],
106
  )
107
 
108
  advanced_button = gr.Button("Advanced options", elem_id="advanced-btn")
109
 
110
  with gr.Row(elem_id="advanced-options"):
111
  adapter_choice = gr.Dropdown(
112
- label="Choose adapter",
113
  choices=["None", "Andre Derain","Vincent van Gogh","Andy Warhol", "Walter Battiss",
114
  "Camille Corot", "Claude Monet", "Pablo Picasso",
115
  "Jackson Pollock", "Gerhard Richter", "M.C. Escher",
 
86
  with block:
87
  with gr.Group():
88
  gr.Markdown(" # Art-Free Diffusion Demo")
89
+ gr.Markdown("(More features in development...)")
90
  with gr.Row():
91
  text = gr.Textbox(
92
  label="Enter your prompt",
 
103
  label="Generated images",
104
  show_label=False,
105
  elem_id="gallery",
106
+ columns=[1],
107
  )
108
 
109
  advanced_button = gr.Button("Advanced options", elem_id="advanced-btn")
110
 
111
  with gr.Row(elem_id="advanced-options"):
112
  adapter_choice = gr.Dropdown(
113
+ label="Select Art Adapter",
114
  choices=["None", "Andre Derain","Vincent van Gogh","Andy Warhol", "Walter Battiss",
115
  "Camille Corot", "Claude Monet", "Pablo Picasso",
116
  "Jackson Pollock", "Gerhard Richter", "M.C. Escher",