Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -384,7 +384,7 @@ footer {visibility: hidden !important;}
|
|
384 |
print("Initializing Gradio interface...") # Debug log
|
385 |
|
386 |
# Define the Gradio interface
|
387 |
-
with gr.Blocks(theme='Nymbo/
|
388 |
# Tab for basic settings
|
389 |
with gr.Tab("Basic Settings"):
|
390 |
with gr.Row():
|
|
|
384 |
print("Initializing Gradio interface...") # Debug log
|
385 |
|
386 |
# Define the Gradio interface
|
387 |
+
with gr.Blocks(theme='Nymbo/Alyx_Theme') as dalle:
|
388 |
# Tab for basic settings
|
389 |
with gr.Tab("Basic Settings"):
|
390 |
with gr.Row():
|