yyk19 commited on
Commit
a29164a
1 Parent(s): 38ea8b3

update interface

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -120,8 +120,8 @@ render_tool = Render_Text(model, save_memory = SAVE_MEMORY)
120
 
121
  description = """
122
  ## Control Stable Diffusion with Glyph Images
123
- Github link: [Link](https://github.com/AIGText/GlyphControl-release)\n
124
- Report: [link](https://arxiv.org/pdf/2305.18259.pdf)\n
125
  You could try the listed examples at the bottom by clicking on them. We will update the examples progressively.
126
  """
127
 
@@ -194,7 +194,7 @@ with block:
194
  message = gr.Text(interactive=False, label = "Message")
195
  with gr.Row():
196
  result_gallery = gr.Gallery(label='Images', show_label=False, elem_id="gallery").style(grid=2, height='auto')
197
- export_button = gr.Button(value="Export Parameters")
198
  gr.Examples(
199
  examples= examples, #"./examples",
200
  # [[, "LAION-Glyph-10M-Epoch-6"]],
 
120
 
121
  description = """
122
  ## Control Stable Diffusion with Glyph Images
123
+ Github link: [Link](https://github.com/AIGText/GlyphControl-release).
124
+ Report: [link](https://arxiv.org/pdf/2305.18259.pdf).\n
125
  You could try the listed examples at the bottom by clicking on them. We will update the examples progressively.
126
  """
127
 
 
194
  message = gr.Text(interactive=False, label = "Message")
195
  with gr.Row():
196
  result_gallery = gr.Gallery(label='Images', show_label=False, elem_id="gallery").style(grid=2, height='auto')
197
+ # export_button = gr.Button(value="Export Parameters")
198
  gr.Examples(
199
  examples= examples, #"./examples",
200
  # [[, "LAION-Glyph-10M-Epoch-6"]],