phenomenon1981 commited on
Commit
3b31ef4
1 Parent(s): 0285496

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() as myface:
74
  with gr.Row():
75
 
76
  prompt=gr.Textbox(label="Enter Prompt")
77
- noise_level=gr.Slider(minimum=0.1, maximum=3, 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.")
78
  run=gr.Button("Generate")
79
 
80
  with gr.Row():
 
74
  with gr.Row():
75
 
76
  prompt=gr.Textbox(label="Enter Prompt")
77
+ noise_level=gr.Slider(minimum=0.0, maximum=3, 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.")
78
  run=gr.Button("Generate")
79
 
80
  with gr.Row():