Kumarkishalaya commited on
Commit
091ae6a
·
verified ·
1 Parent(s): 3c9d0aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=0.7, label="Temperature (creativity)")
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,