Update main.py
Browse files
main.py
CHANGED
@@ -55,7 +55,7 @@ llm_model = None # This will hold the llama_cpp.Llama instance
|
|
55 |
# Global Gradio Client for Captioning
|
56 |
caption_client = None
|
57 |
# The URL of the external Gradio Space for image captioning
|
58 |
-
CAPTION_SPACE_URL = "Makhinur/Image-to-Text-Salesforce-blip-image-
|
59 |
|
60 |
|
61 |
# --- Translation Setup (Keeping original global translators, only _ar is used in endpoint) ---
|
|
|
55 |
# Global Gradio Client for Captioning
|
56 |
caption_client = None
|
57 |
# The URL of the external Gradio Space for image captioning
|
58 |
+
CAPTION_SPACE_URL = "Makhinur/Image-to-Text-Salesforce-blip-image-captioning-base"
|
59 |
|
60 |
|
61 |
# --- Translation Setup (Keeping original global translators, only _ar is used in endpoint) ---
|