Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ title = """<h1 align="center">NUDIFIER APP
|
|
93 |
|
94 |
"""
|
95 |
|
96 |
-
with gr.Blocks(
|
97 |
gr.HTML(title)
|
98 |
with gr.Row():
|
99 |
with gr.Column():
|
|
|
93 |
|
94 |
"""
|
95 |
|
96 |
+
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange") as demo:
|
97 |
gr.HTML(title)
|
98 |
with gr.Row():
|
99 |
with gr.Column():
|