Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -33,7 +33,7 @@ def engine(text_input):
|
|
33 |
#image = gr.outputs.Image(type="pil", label="output image")
|
34 |
app = gr.Interface(engine,
|
35 |
gr.inputs.Textbox(lines=5, label="Input Text"),
|
36 |
-
gr.outputs.Image(type="
|
37 |
#live=True,
|
38 |
#outputs=[#gr.outputs.Textbox(type="auto", label="Text"),gr.outputs.Audio(type="file", label="Speech Answer"),
|
39 |
#outputs= img, #gr.outputs.Carousel(label="Individual images",components=["image"]), #, gr.outputs.Textbox(label="Error")],
|
|
|
33 |
#image = gr.outputs.Image(type="pil", label="output image")
|
34 |
app = gr.Interface(engine,
|
35 |
gr.inputs.Textbox(lines=5, label="Input Text"),
|
36 |
+
gr.outputs.Image(type="auto", label="Output"),
|
37 |
#live=True,
|
38 |
#outputs=[#gr.outputs.Textbox(type="auto", label="Text"),gr.outputs.Audio(type="file", label="Speech Answer"),
|
39 |
#outputs= img, #gr.outputs.Carousel(label="Individual images",components=["image"]), #, gr.outputs.Textbox(label="Error")],
|