Spaces:
Runtime error
Runtime error
theme
Browse files
app.py
CHANGED
@@ -285,7 +285,7 @@ def open_link(link):
|
|
285 |
##default human
|
286 |
seafoam = Seafoam()
|
287 |
|
288 |
-
image_blocks = gr.Blocks(theme='Tonic/
|
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>")
|
|
|
285 |
##default human
|
286 |
seafoam = Seafoam()
|
287 |
|
288 |
+
image_blocks = gr.Blocks(theme='Tonic/greenblast').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>")
|