Spaces:
Runtime error
Runtime error
updat
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def engine(text_input):
|
|
| 15 |
img_intfc = gr.Interface.load("spaces/multimodalart/latentdiffusion", inputs=[gr.inputs.Textbox(default='George'), gr.inputs.Textbox(default='50'), gr.inputs.Textbox(default='256'), gr.inputs.Textbox(default='256'), gr.inputs.Textbox(default='1'), gr.inputs.Textbox(default='10'),],
|
| 16 |
outputs=[gr.outputs.Image(type="pil", label="output image"),],
|
| 17 |
title="Convert text to image")
|
| 18 |
-
img = img_intfc('George')
|
| 19 |
#inputs=['George',50,256,256,1,10]
|
| 20 |
#run(prompt, steps, width, height, images, scale)
|
| 21 |
|
|
|
|
| 15 |
img_intfc = gr.Interface.load("spaces/multimodalart/latentdiffusion", inputs=[gr.inputs.Textbox(default='George'), gr.inputs.Textbox(default='50'), gr.inputs.Textbox(default='256'), gr.inputs.Textbox(default='256'), gr.inputs.Textbox(default='1'), gr.inputs.Textbox(default='10'),],
|
| 16 |
outputs=[gr.outputs.Image(type="pil", label="output image"),],
|
| 17 |
title="Convert text to image")
|
| 18 |
+
img = img_intfc('George',)
|
| 19 |
#inputs=['George',50,256,256,1,10]
|
| 20 |
#run(prompt, steps, width, height, images, scale)
|
| 21 |
|