Gemini899 commited on
Commit
2376ca4
·
verified ·
1 Parent(s): dfdc124

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ MAX_SEED = np.iinfo(np.int32).max
18
  MAX_IMAGE_SIZE = 1024
19
 
20
  # Initialize text encoder client ONCE at module level to avoid thread exhaustion
21
- text_encoder_client = Client("multimodalart/mistral-text-encoder")
22
 
23
  def remote_text_encoder(prompts):
24
  result = text_encoder_client.predict(
 
18
  MAX_IMAGE_SIZE = 1024
19
 
20
  # Initialize text encoder client ONCE at module level to avoid thread exhaustion
21
+ text_encoder_client = client = Client("Gemini899/mistral-text-encoder")
22
 
23
  def remote_text_encoder(prompts):
24
  result = text_encoder_client.predict(