Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def process_input(tamil_text):
|
|
69 |
# title="Tamil to English Translator & Image Generator",
|
70 |
# description="Enter Tamil text, and this app will translate it, generate a creative description, and create an image based on the text."
|
71 |
# )
|
72 |
-
gr.Interface(
|
73 |
fn=process_input,
|
74 |
inputs=gr.Textbox(label="Enter Tamil Text"),
|
75 |
outputs=[
|
|
|
69 |
# title="Tamil to English Translator & Image Generator",
|
70 |
# description="Enter Tamil text, and this app will translate it, generate a creative description, and create an image based on the text."
|
71 |
# )
|
72 |
+
interface = gr.Interface(
|
73 |
fn=process_input,
|
74 |
inputs=gr.Textbox(label="Enter Tamil Text"),
|
75 |
outputs=[
|