pikto commited on
Commit
e570850
·
1 Parent(s): d39883f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def set_model(current_model_index):
75
  return gr.update(value=f"{current_model['name']}")
76
 
77
 
78
- with gr.Blocks() as pan:
79
  gr.Markdown("AI CONTENT TOOLS.")
80
 
81
  with gr.Tab("T-to-I"):
 
75
  return gr.update(value=f"{current_model['name']}")
76
 
77
 
78
+ with gr.Blocks(theme='nota-ai/theme') as pan:
79
  gr.Markdown("AI CONTENT TOOLS.")
80
 
81
  with gr.Tab("T-to-I"):