Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
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
|