Frenchizer commited on
Commit
b67c5e2
·
verified ·
1 Parent(s): 2022cd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/space_7") # Replace with actual Space paths for each context
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
  """