Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ def preprocess_and_forward(text: str):
|
|
| 62 |
original_text, preprocessing_result = preprocess_text(text)
|
| 63 |
|
| 64 |
# Forward original text to translation service
|
| 65 |
-
client = Client("Frenchizer/
|
| 66 |
try:
|
| 67 |
translation = client.predict(original_text)
|
| 68 |
return translation, preprocessing_result
|
|
|
|
| 62 |
original_text, preprocessing_result = preprocess_text(text)
|
| 63 |
|
| 64 |
# Forward original text to translation service
|
| 65 |
+
client = Client("Frenchizer/space_21")
|
| 66 |
try:
|
| 67 |
translation = client.predict(original_text)
|
| 68 |
return translation, preprocessing_result
|