phenomenon1981 commited on
Commit
f32e9d0
1 Parent(s): 14a9f9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks() as myface:
75
  with gr.Row():
76
 
77
  prompt=gr.Textbox(label="Enter Prompt")
78
- noise_level=gr.Slider(minimum=0.1, maximum=1, step=0.1, label="Noise Level: Adjust noise level to explore different outputs. More noise, more variation. The noise level controls the level of randomness or variations added to the prompt before it is sent to the model. A higher noise level would introduce more variations to the prompt, while a lower noise level would introduce fewer variations.")
79
  run=gr.Button("Generate", blocking=True)
80
 
81
 
 
75
  with gr.Row():
76
 
77
  prompt=gr.Textbox(label="Enter Prompt")
78
+ noise_level=gr.Slider(minimum=0.1, maximum=1, step=0.1, label="Noise Level: Controls how much randomness is added to the input before it is sent to the model. Higher noise level produces more diverse outputs, while lower noise level produces similar outputs.")
79
  run=gr.Button("Generate", blocking=True)
80
 
81