Uthar commited on
Commit
574c8e4
1 Parent(s): 0f4b77b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -166,7 +166,8 @@ window.addEventListener('load', () => {
166
  </script>
167
  """
168
 
169
- with gr.Blocks(fill_width=True, head=js) as demo:
 
170
  with gr.Tab(str(num_models) + ' Models'):
171
  with gr.Column(scale=2):
172
  with gr.Group():
 
166
  </script>
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():