Update app.py
Browse files
app.py
CHANGED
|
@@ -390,7 +390,7 @@ footer {visibility: hidden !important;}
|
|
| 390 |
print("Initializing Gradio interface...") # Debug log
|
| 391 |
|
| 392 |
# Define the Gradio interface
|
| 393 |
-
with gr.Blocks(theme='Nymbo/
|
| 394 |
# Tab for basic settings
|
| 395 |
with gr.Tab("Basic Settings"):
|
| 396 |
with gr.Row():
|
|
|
|
| 390 |
print("Initializing Gradio interface...") # Debug log
|
| 391 |
|
| 392 |
# Define the Gradio interface
|
| 393 |
+
with gr.Blocks(theme='Nymbo/Nymbo_Theme') as dalle:
|
| 394 |
# Tab for basic settings
|
| 395 |
with gr.Tab("Basic Settings"):
|
| 396 |
with gr.Row():
|