Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ descript1 = gr.Markdown("""
|
|
59 |
""")
|
60 |
# gradio block
|
61 |
|
62 |
-
with gr.Blocks(theme='
|
63 |
title ="-COT-"
|
64 |
with gr.Row():
|
65 |
image_box = gr.Image(type="filepath")
|
|
|
59 |
""")
|
60 |
# gradio block
|
61 |
|
62 |
+
with gr.Blocks(theme='freddyaboulton/dracula_revamped') as app1:
|
63 |
title ="-COT-"
|
64 |
with gr.Row():
|
65 |
image_box = gr.Image(type="filepath")
|