Spaces:
Runtime error
Runtime error
add changes
Browse files
app.py
CHANGED
@@ -283,11 +283,16 @@ def open_link(link):
|
|
283 |
print(f"link is {link}")
|
284 |
return link
|
285 |
##default human
|
286 |
-
seafoam =
|
|
|
|
|
|
|
|
|
|
|
287 |
|
288 |
image_blocks = gr.Blocks(theme=seafoam).queue()
|
289 |
with image_blocks as demo:
|
290 |
-
gr.HTML("<center><h1>
|
291 |
gr.HTML("<center><p>Upload an image of yourself or select from examples then describe your garment in the text box and wait for the magic. β¨</p></center>")
|
292 |
|
293 |
with gr.Row():
|
|
|
283 |
print(f"link is {link}")
|
284 |
return link
|
285 |
##default human
|
286 |
+
seafoam = gr.themes.Default().set(
|
287 |
+
button_primary_background_fill="#168f79",
|
288 |
+
button_primary_background_fill_dark="#00a49c",
|
289 |
+
button_primary_border="*button_primary_background_fill",
|
290 |
+
button_primary_border_dark="*button_primary_background_fill_dark",
|
291 |
+
)
|
292 |
|
293 |
image_blocks = gr.Blocks(theme=seafoam).queue()
|
294 |
with image_blocks as demo:
|
295 |
+
gr.HTML("<center><h1>Sheekify Demo ποΈπππ</h1></center>")
|
296 |
gr.HTML("<center><p>Upload an image of yourself or select from examples then describe your garment in the text box and wait for the magic. β¨</p></center>")
|
297 |
|
298 |
with gr.Row():
|