Spaces:
Sleeping
Sleeping
add
Browse files
app.py
CHANGED
@@ -284,7 +284,7 @@ def open_link(link):
|
|
284 |
##default human
|
285 |
seafoam = Seafoam()
|
286 |
|
287 |
-
image_blocks = gr.Blocks(theme='Tonic/
|
288 |
with image_blocks as demo:
|
289 |
gr.HTML("<center><h1>Sheekify ποΈπππ</h1></center>")
|
290 |
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>")
|
|
|
284 |
##default human
|
285 |
seafoam = Seafoam()
|
286 |
|
287 |
+
image_blocks = gr.Blocks(theme='Tonic/cybermints').queue()
|
288 |
with image_blocks as demo:
|
289 |
gr.HTML("<center><h1>Sheekify ποΈπππ</h1></center>")
|
290 |
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>")
|