Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def set_model(current_model_index):
|
|
43 |
return gr.update(value=f"{current_model['name']}")
|
44 |
|
45 |
|
46 |
-
with gr.Blocks(theme=
|
47 |
gr.Markdown("AI CONTENT TOOLS.")
|
48 |
|
49 |
with gr.Tab("T-to-I"):
|
|
|
43 |
return gr.update(value=f"{current_model['name']}")
|
44 |
|
45 |
|
46 |
+
with gr.Blocks(theme=nota-ai/theme) as pan:
|
47 |
gr.Markdown("AI CONTENT TOOLS.")
|
48 |
|
49 |
with gr.Tab("T-to-I"):
|