fffiloni commited on
Commit
b155875
·
verified ·
1 Parent(s): 4cd0de2
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -157,7 +157,7 @@ with gr.Blocks() as demo:
157
  input_negative_prompt = gr.Textbox(
158
  label="Negative Prompt",
159
  lines=3,
160
- interactive = False if is_shared_ui else True
161
  value="Vibrant colors, overexposure, static, blurred details, subtitles, style, artwork, painting, still image, overall grayness, worst quality, low quality, JPEG compression residue, ugly, mutilated, extra fingers, poorly drawn hands, poorly drawn faces, deformed, disfigured, malformed limbs, fused fingers, still image, cluttered background, three legs, crowded background, walking backwards",
162
  )
163
  input_steps = gr.Slider(
@@ -166,12 +166,12 @@ with gr.Blocks() as demo:
166
  maximum=50,
167
  step=1,
168
  value=10,
169
- interactive = False if is_shared_ui else True
170
  info="More steps may improve details but will take longer to generate.",
171
  )
172
  output_fps = gr.Slider(
173
  label="Video FPS", minimum=10, maximum=30, step=1, value=25,
174
- interactive = False if is_shared_ui else True
175
  )
176
  output_quality = gr.Slider(
177
  label="Video Quality", minimum=1, maximum=10, step=1, value=9,
 
157
  input_negative_prompt = gr.Textbox(
158
  label="Negative Prompt",
159
  lines=3,
160
+ interactive = False if is_shared_ui else True,
161
  value="Vibrant colors, overexposure, static, blurred details, subtitles, style, artwork, painting, still image, overall grayness, worst quality, low quality, JPEG compression residue, ugly, mutilated, extra fingers, poorly drawn hands, poorly drawn faces, deformed, disfigured, malformed limbs, fused fingers, still image, cluttered background, three legs, crowded background, walking backwards",
162
  )
163
  input_steps = gr.Slider(
 
166
  maximum=50,
167
  step=1,
168
  value=10,
169
+ interactive = False if is_shared_ui else True,
170
  info="More steps may improve details but will take longer to generate.",
171
  )
172
  output_fps = gr.Slider(
173
  label="Video FPS", minimum=10, maximum=30, step=1, value=25,
174
+ interactive = False if is_shared_ui else True,
175
  )
176
  output_quality = gr.Slider(
177
  label="Video Quality", minimum=1, maximum=10, step=1, value=9,