Uthar commited on
Commit
54a47aa
·
verified ·
1 Parent(s): 574c8e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ window.addEventListener('load', () => {
167
  """
168
 
169
  # with gr.Blocks(fill_width=True, head=js) as demo:
170
- with gr.Blocks() as demo:
171
  with gr.Tab(str(num_models) + ' Models'):
172
  with gr.Column(scale=2):
173
  with gr.Group():
 
167
  """
168
 
169
  # with gr.Blocks(fill_width=True, head=js) as demo:
170
+ with gr.Blocks(theme="JohnSmith9982/small_and_pretty") as demo:
171
  with gr.Tab(str(num_models) + ' Models'):
172
  with gr.Column(scale=2):
173
  with gr.Group():