Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def translate_en_to_zh(en_text):
|
|
80 |
return data
|
81 |
|
82 |
from gradio_client import Client
|
83 |
-
llm_client = Client("https://svjack-wizardlm-13b-ggml.hf.space/--replicas/
|
84 |
|
85 |
'''
|
86 |
llm_result = llm_client.predict(
|
|
|
80 |
return data
|
81 |
|
82 |
from gradio_client import Client
|
83 |
+
llm_client = Client("https://svjack-wizardlm-13b-ggml.hf.space/--replicas/2ffr4/")
|
84 |
|
85 |
'''
|
86 |
llm_result = llm_client.predict(
|