diff --git a/app.py b/app.py index ec243ea..f467107 100644 --- a/app.py +++ b/app.py @@ -149,4 +149,4 @@ demo = gr.ChatInterface(fn=model_inference, title="SmolDocling-256M: Ultra-compa cache_examples=False ) -demo.launch(debug=True, share=True) \ No newline at end of file +demo.launch(debug=True) \ No newline at end of file