Reality123b commited on
Commit
4fa6f85
·
verified ·
1 Parent(s): 283f6a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import re
9
 
10
  # Initialize clients
11
  text_client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
12
- image_client = InferenceClient("ijohn07/DALLE-4K")
13
 
14
  def detect_language_script(text: str) -> tuple[str, str]:
15
  """Detect language and script of the input text.
 
9
 
10
  # Initialize clients
11
  text_client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
12
+ image_client = InferenceClient("SG161222/RealVisXL_V3.0")
13
 
14
  def detect_language_script(text: str) -> tuple[str, str]:
15
  """Detect language and script of the input text.