Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|