Spaces:
Running
Running
Update app.py
Browse files
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("
|
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.
|