Spaces:
Sleeping
Sleeping
Testing
Browse files
app.py
CHANGED
|
@@ -92,6 +92,8 @@ with gr.Blocks(title="Multilingual Translation Chatbot", theme="soft") as demo:
|
|
| 92 |
outputs=[input_text, src_lang, tgt_lang, output_text]
|
| 93 |
)
|
| 94 |
|
|
|
|
|
|
|
| 95 |
# Launch the interface
|
| 96 |
if __name__ == "__main__":
|
| 97 |
demo.launch(share=True)
|
|
|
|
| 92 |
outputs=[input_text, src_lang, tgt_lang, output_text]
|
| 93 |
)
|
| 94 |
|
| 95 |
+
print("hellow")
|
| 96 |
+
|
| 97 |
# Launch the interface
|
| 98 |
if __name__ == "__main__":
|
| 99 |
demo.launch(share=True)
|