Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
·
71c0e95
1
Parent(s):
49a7002
Update app.py
Browse files
app.py
CHANGED
@@ -112,6 +112,7 @@ with gr.Blocks() as myface:
|
|
112 |
with gr.Row():
|
113 |
|
114 |
prompt=gr.Textbox(label="Enter Prompt")
|
|
|
115 |
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.")
|
116 |
run=gr.Button("Generate")
|
117 |
|
|
|
112 |
with gr.Row():
|
113 |
|
114 |
prompt=gr.Textbox(label="Enter Prompt")
|
115 |
+
with gr.Row():
|
116 |
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.")
|
117 |
run=gr.Button("Generate")
|
118 |
|