Rooni commited on
Commit
b8a6564
1 Parent(s): 8b8a12e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,7 +49,7 @@ footer {visibility: hidden !important;}
49
 
50
 
51
  # ui
52
- with gr.Blocks(css=css) as vui:
53
  with gr.Row():
54
  with gr.Row():
55
  with gr.Column(scale=3):
@@ -65,4 +65,4 @@ with gr.Blocks(css=css) as vui:
65
 
66
 
67
  #end
68
- vui.queue(api_open=False, title="Переводчик").launch()
 
49
 
50
 
51
  # ui
52
+ with gr.Blocks(css=css, title="Переводчик") as vui:
53
  with gr.Row():
54
  with gr.Row():
55
  with gr.Column(scale=3):
 
65
 
66
 
67
  #end
68
+ vui.queue(api_open=False).launch()