jke94 commited on
Commit
f605d64
1 Parent(s): 05745ef

Update output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ sd_models_dropdown = gr.Dropdown(
60
  label="Stable Diffusion Models")
61
 
62
  # SYSTEM OUTPUTS
63
- output_image = gr.outputs.Image()
64
 
65
  demo = gr.Interface(
66
  launch,
 
60
  label="Stable Diffusion Models")
61
 
62
  # SYSTEM OUTPUTS
63
+ output_image = gr.Image()
64
 
65
  demo = gr.Interface(
66
  launch,