Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ iface=gr.Interface(
|
|
87 |
outputs=[
|
88 |
gr.Textbox(label="Tamil Text"),
|
89 |
gr.Textbox(label="English Translation"),
|
90 |
-
gr.Image(label="Generated Image")
|
91 |
gr.Textbox(label="Story")
|
92 |
],
|
93 |
title="Speech-to-Image Generation"
|
|
|
87 |
outputs=[
|
88 |
gr.Textbox(label="Tamil Text"),
|
89 |
gr.Textbox(label="English Translation"),
|
90 |
+
gr.Image(label="Generated Image"),
|
91 |
gr.Textbox(label="Story")
|
92 |
],
|
93 |
title="Speech-to-Image Generation"
|