Spaces:
Runtime error
Runtime error
Commit
·
7199bd5
1
Parent(s):
3d9e137
cleaning up
Browse files
app.py
CHANGED
|
@@ -184,7 +184,7 @@ with gr.Blocks() as demo:
|
|
| 184 |
scale = 1,
|
| 185 |
value = None,
|
| 186 |
show_label = True,
|
| 187 |
-
columns = [
|
| 188 |
object_fit = "contain",
|
| 189 |
height = "auto",
|
| 190 |
elem_id = "Template Gallery",
|
|
@@ -250,7 +250,7 @@ with gr.Blocks() as demo:
|
|
| 250 |
value = [],
|
| 251 |
show_label= True,
|
| 252 |
scale= 5,
|
| 253 |
-
columns =[
|
| 254 |
object_fit= "fill",
|
| 255 |
height = "768",
|
| 256 |
elem_id = "Generated Cards Gallery",
|
|
|
|
| 184 |
scale = 1,
|
| 185 |
value = None,
|
| 186 |
show_label = True,
|
| 187 |
+
columns = [1], rows = [1],
|
| 188 |
object_fit = "contain",
|
| 189 |
height = "auto",
|
| 190 |
elem_id = "Template Gallery",
|
|
|
|
| 250 |
value = [],
|
| 251 |
show_label= True,
|
| 252 |
scale= 5,
|
| 253 |
+
columns =[1], rows = [4],
|
| 254 |
object_fit= "fill",
|
| 255 |
height = "768",
|
| 256 |
elem_id = "Generated Cards Gallery",
|