Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,14 +66,11 @@ with gr.Blocks(css=css) as myface:
|
|
66 |
border-left-color: #000000 !important;
|
67 |
}
|
68 |
|
69 |
-
.gr-
|
70 |
-
color: white !important;
|
71 |
-
background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
|
72 |
-
}
|
73 |
-
.gr-textbox{
|
74 |
color: white !important;
|
75 |
background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
|
76 |
}
|
|
|
77 |
</style>
|
78 |
<body>
|
79 |
<div class="center"><h1>ToyWorld XL 401</h1>
|
@@ -87,6 +84,10 @@ with gr.Blocks(css=css) as myface:
|
|
87 |
<br><h4>But after it's loaded each new image takes 20 seconds to generate!</h4></p>
|
88 |
</div>
|
89 |
""")
|
|
|
|
|
|
|
|
|
90 |
with gr.Row():
|
91 |
with gr.Column(scale=100):
|
92 |
#Model selection dropdown
|
|
|
66 |
border-left-color: #000000 !important;
|
67 |
}
|
68 |
|
69 |
+
.gr-text-input{
|
|
|
|
|
|
|
|
|
70 |
color: white !important;
|
71 |
background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
|
72 |
}
|
73 |
+
|
74 |
</style>
|
75 |
<body>
|
76 |
<div class="center"><h1>ToyWorld XL 401</h1>
|
|
|
84 |
<br><h4>But after it's loaded each new image takes 20 seconds to generate!</h4></p>
|
85 |
</div>
|
86 |
""")
|
87 |
+
# .gr-dropdown{
|
88 |
+
# color: white !important;
|
89 |
+
# background-image: linear-gradient(#1e1e2e, #24273a, #303446) !important;
|
90 |
+
# }
|
91 |
with gr.Row():
|
92 |
with gr.Column(scale=100):
|
93 |
#Model selection dropdown
|