Spaces:
Runtime error
Runtime error
change theme
Browse files
app.py
CHANGED
@@ -283,16 +283,11 @@ def open_link(link):
|
|
283 |
print(f"link is {link}")
|
284 |
return link
|
285 |
##default human
|
286 |
-
seafoam =
|
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=
|
294 |
with image_blocks as demo:
|
295 |
-
gr.HTML("<center><h1>Sheekify
|
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():
|
|
|
283 |
print(f"link is {link}")
|
284 |
return link
|
285 |
##default human
|
286 |
+
seafoam = Seafoam()
|
|
|
|
|
|
|
|
|
|
|
287 |
|
288 |
+
image_blocks = gr.Blocks(theme='Tonic/cybermints').queue()
|
289 |
with image_blocks as demo:
|
290 |
+
gr.HTML("<center><h1>Sheekify ποΈπππ</h1></center>")
|
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():
|