Spaces:
Running
Running
Update app.py
Browse files
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"
|