Frenchizer commited on
Commit
840b817
·
verified ·
1 Parent(s): e3aed43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def process_request(input_text):
120
  def gradio_interface(input_text):
121
  translation, contexts = process_request(input_text)
122
  # Format the output
123
- output = f"Translation: {translation}\n"
124
  return output.strip()
125
 
126
  # Create the Gradio interface
 
120
  def gradio_interface(input_text):
121
  translation, contexts = process_request(input_text)
122
  # Format the output
123
+ output = f"{translation}\n"
124
  return output.strip()
125
 
126
  # Create the Gradio interface