NoNothing1 commited on
Commit
d9077cb
·
verified ·
1 Parent(s): a1d22f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks(css=css) as demo:
74
 
75
  run_button = gr.Button("Run", scale=0, variant="primary")
76
 
77
- result = gr.Image(label="Result", show_label=False, streaming=True)
78
 
79
  with gr.Accordion("Advanced Settings", open=False):
80
  negative_prompt = gr.Text(
 
74
 
75
  run_button = gr.Button("Run", scale=0, variant="primary")
76
 
77
+ result = gr.Image(label="Result", show_label=False)
78
 
79
  with gr.Accordion("Advanced Settings", open=False):
80
  negative_prompt = gr.Text(