24Sureshkumar commited on
Commit
33dc770
·
verified ·
1 Parent(s): abf7a84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[