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