Spaces:
Sleeping
Sleeping
File size: 281 Bytes
36b054b 3c76263 564fde3 3c76263 564fde3 3c76263 |
1 2 3 4 5 6 7 8 9 10 |
import gradio as gr
# from modules.churn_analysis import churn_interface
# from modules.translator import translator_interface
from modules.translator import text_translator_ui
with gr.Blocks() as app:
with gr.Tab("Text Translator"):
text_translator_ui()
app.launch() |