Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def get_translation_client(context):
|
|
91 |
Returns the appropriate Hugging Face Space client for the given context.
|
92 |
For now, all contexts use the same mock space.
|
93 |
"""
|
94 |
-
return Client("Frenchizer/
|
95 |
|
96 |
def translate_text(input_text, context):
|
97 |
"""
|
|
|
91 |
Returns the appropriate Hugging Face Space client for the given context.
|
92 |
For now, all contexts use the same mock space.
|
93 |
"""
|
94 |
+
return Client("Frenchizer/space_18") # Replace with actual Space paths for each context
|
95 |
|
96 |
def translate_text(input_text, context):
|
97 |
"""
|