sk007msd commited on
Commit
07b05e3
·
verified ·
1 Parent(s): 17d4419

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -85,7 +85,8 @@ iface=gr.Interface(
85
  outputs=[
86
  gr.Textbox(label="Tamil Text"),
87
  gr.Textbox(label="English Translation"),
88
- gr.Image(label="Generated Image")
 
89
 
90
  ],
91
  title="Speech-to-Image Generation"
 
85
  outputs=[
86
  gr.Textbox(label="Tamil Text"),
87
  gr.Textbox(label="English Translation"),
88
+ gr.Image(label="Generated Image"),
89
+ gr.Textbox(label="Text")
90
 
91
  ],
92
  title="Speech-to-Image Generation"