ovi054 commited on
Commit
a122ece
·
verified ·
1 Parent(s): 630844c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks(css=css) as app:
143
  with gr.Row():
144
  seed_output = gr.Textbox(label="Seed Used", show_copy_button = True)
145
 
146
- gr.Markdown(article_text)
147
  with gr.Column():
148
  gr.Examples(
149
  examples = examples,
@@ -155,4 +155,3 @@ with gr.Blocks(css=css) as app:
155
  text_button.click(infer, inputs=[text_prompt, seed, randomize_seed, width, height, cfg, steps, custom_lora, lora_scale], outputs=[image_output,seed_output, seed])
156
 
157
  app.launch(share=True)
158
-
 
143
  with gr.Row():
144
  seed_output = gr.Textbox(label="Seed Used", show_copy_button = True)
145
 
146
+ # gr.Markdown(article_text)
147
  with gr.Column():
148
  gr.Examples(
149
  examples = examples,
 
155
  text_button.click(infer, inputs=[text_prompt, seed, randomize_seed, width, height, cfg, steps, custom_lora, lora_scale], outputs=[image_output,seed_output, seed])
156
 
157
  app.launch(share=True)