randeom commited on
Commit
89897ec
1 Parent(s): 6b1a63d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -10
app.py CHANGED
@@ -130,17 +130,16 @@ with gr.Blocks(css=css) as app:
130
  inputs=[logo_input, width, height, guidance_scale],
131
  outputs=[image_output]
132
  )
133
-
134
- with gr.Row():
135
- gr.HTML("<h2>Generated Examples</h2>")
136
- gr.Markdown("""
137
- | **Preview Image** | **Used Prompt** | **Width** | **Height** | **Guidance Scale** | **Seed** |
138
- |-------------------|--------------------------------|------------|-------------|--------------------|----------|
139
- | ![Preview](https://i.imgur.com/CBvJ3sy.png) | Coffeeshop website logo | 1024 | 1024 | 3 | 0 |
140
- | ![Preview](https://i.imgur.com/i2XpinX.png) | Bio food website logo | 1024 | 1024 | 3 | 0 |
141
- | ![Preview](https://i.imgur.com/HeEjh4T.png) | Car Selling website logo | 1024 | 1024 | 3 | 0 |
142
- """)
143
 
 
 
 
 
 
 
 
 
 
144
 
145
  gr.Markdown("""
146
  ---
 
130
  inputs=[logo_input, width, height, guidance_scale],
131
  outputs=[image_output]
132
  )
 
 
 
 
 
 
 
 
 
 
133
 
134
+ with gr.Row():
135
+ gr.HTML("<h2>Generated Examples</h2>")
136
+ gr.Markdown("""
137
+ | **Preview Image** | **Used Prompt** | **Width** | **Height** | **Guidance Scale** | **Seed** |
138
+ |-------------------|--------------------------------|------------|-------------|--------------------|----------|
139
+ | ![Preview](https://i.imgur.com/CBvJ3sy.png) | Coffeeshop website logo | 1024 | 1024 | 3 | 0 |
140
+ | ![Preview](https://i.imgur.com/i2XpinX.png) | Bio food website logo | 1024 | 1024 | 3 | 0 |
141
+ | ![Preview](https://i.imgur.com/HeEjh4T.png) | Car Selling website logo | 1024 | 1024 | 3 | 0 |
142
+ """)
143
 
144
  gr.Markdown("""
145
  ---