Update app.py

This commit is contained in:
Ahmed Nassar 2025-03-17 10:32:35 +00:00 committed by system
parent c99357eaf6
commit c771770a38
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -149,4 +149,4 @@ demo = gr.ChatInterface(fn=model_inference, title="SmolDocling-256M: Ultra-compa
cache_examples=False cache_examples=False
) )
demo.launch(debug=True, share=True) demo.launch(debug=True)