From c771770a3850dffbaf86f8974937536dcea11821 Mon Sep 17 00:00:00 2001 From: Ahmed Nassar Date: Mon, 17 Mar 2025 10:32:35 +0000 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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