atlantis240805 commited on
Commit
978b2fd
·
verified ·
1 Parent(s): 6eeb4db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,4 +104,4 @@ with gr.Blocks(title="PDF Translator by ThienPhuc") as app:
104
  )
105
 
106
  # Chuyển tham số theme xuống hàm launch
107
- app.launch(theme=gr.themes.Soft())
 
104
  )
105
 
106
  # Chuyển tham số theme xuống hàm launch
107
+ app.launch(theme=gr.themes.Soft(), ssr_mode=False)