update theme for gradio;
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def get_meta_from_image(input_img, type_image):
|
|
102 |
|
103 |
|
104 |
|
105 |
-
with gr.Blocks(css=css) as demo:
|
106 |
gr.HTML(
|
107 |
"""
|
108 |
<!DOCTYPE html>
|
|
|
102 |
|
103 |
|
104 |
|
105 |
+
with gr.Blocks(css=css, theme="NoCrypt/miku@1.2.1") as demo:
|
106 |
gr.HTML(
|
107 |
"""
|
108 |
<!DOCTYPE html>
|