Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|  | Coffeeshop website logo | 1024 | 1024 | 3 | 0 |
|
140 |
-
|  | Bio food website logo | 1024 | 1024 | 3 | 0 |
|
141 |
-
|  | 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 |
+
|  | Coffeeshop website logo | 1024 | 1024 | 3 | 0 |
|
140 |
+
|  | Bio food website logo | 1024 | 1024 | 3 | 0 |
|
141 |
+
|  | Car Selling website logo | 1024 | 1024 | 3 | 0 |
|
142 |
+
""")
|
143 |
|
144 |
gr.Markdown("""
|
145 |
---
|