Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
f32e9d0
1
Parent(s):
14a9f9b
Update app.py
Browse files
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:
|
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 |
|