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