Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ def main(youtube_url, temperature):
|
|
137 |
|
138 |
# Create Gradio interface
|
139 |
youtube_url_input = gr.Textbox(label="YouTube URL")
|
140 |
-
temperature_input = gr.Slider(minimum=0.0, maximum=2.0, value=
|
141 |
|
142 |
iface = gr.Interface(
|
143 |
fn=main,
|
|
|
137 |
|
138 |
# Create Gradio interface
|
139 |
youtube_url_input = gr.Textbox(label="YouTube URL")
|
140 |
+
temperature_input = gr.Slider(minimum=0.0, maximum=2.0, value=1.2, label="Temperature (creativity)")
|
141 |
|
142 |
iface = gr.Interface(
|
143 |
fn=main,
|