Sergidev commited on
Commit
6caf75a
Β·
verified Β·
1 Parent(s): 8bd6e7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -142,9 +142,5 @@ with gr.Blocks(css="style.css", fill_height=True) as demo:
142
  ],
143
  inputs=text_box
144
  )
145
-
146
- if __name__ == "__main__":
147
-
148
- demo = gr.Blocks(css="style.css", fill_height=True)
149
-
150
- demo.queue(max_size=20).launch()
 
142
  ],
143
  inputs=text_box
144
  )
145
+ if __name__ == "__main__":
146
+ demo.queue(max_size=20).launch()