Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -169,4 +169,4 @@ with gr.Blocks(title="🐳DeepSeek-OCR🐳", theme=gr.themes.Soft()) as demo:
|
|
| 169 |
|
| 170 |
# --- 4. Launch the App ---
|
| 171 |
if __name__ == "__main__":
|
| 172 |
-
demo.queue(max_size=20).launch(share=True)
|
|
|
|
| 169 |
|
| 170 |
# --- 4. Launch the App ---
|
| 171 |
if __name__ == "__main__":
|
| 172 |
+
demo.queue(max_size=20).launch(share=True)
|