Makhinur commited on
Commit
d70bed4
·
verified ·
1 Parent(s): 69194ab

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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-cap-c0a9076.hf.space"
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) ---