Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -110,6 +110,7 @@ if __name__ == '__main__':
|
|
110 |
inputs=[gr.inputs.Textbox(placeholder="Enter the text to Encode to an image", label="Text to Encode to Image ",lines=1,optional=True),gr.Image(type="pil",label="Image to Decode to text",optional=True)],
|
111 |
outputs=[gr.outputs.Image(type="pil", label="Encoded Image"),gr.outputs.Textbox( label="Decoded Text")],
|
112 |
title="T2I2T",
|
113 |
-
description="T2I2T: Text2Image2Text imformation transmiter"
|
|
|
114 |
)
|
115 |
interFace.launch()
|
|
|
110 |
inputs=[gr.inputs.Textbox(placeholder="Enter the text to Encode to an image", label="Text to Encode to Image ",lines=1,optional=True),gr.Image(type="pil",label="Image to Decode to text",optional=True)],
|
111 |
outputs=[gr.outputs.Image(type="pil", label="Encoded Image"),gr.outputs.Textbox( label="Decoded Text")],
|
112 |
title="T2I2T",
|
113 |
+
description="T2I2T: Text2Image2Text imformation transmiter",
|
114 |
+
theme='gradio/soft'
|
115 |
)
|
116 |
interFace.launch()
|