Kumarkishalaya commited on
Commit
3fac031
·
verified ·
1 Parent(s): ed3ae46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ iface = gr.Interface(
115
  inputs=[youtube_url_input, temperature_input],
116
  outputs="text",
117
  title="Let's hear a Story",
118
- description="Enter a YouTube video URL to read a story which will capture the emotions of thousands of people before you who have listened to this and left comments :). The stories are AI-generated but does that mean it has never happened before or never will? Maybe the reader finds their own story with AI. \n\n LLM used - GPT-3.5-Turbo \n\n Temperature (0=Deterministic, 2=More probabilistic/creative)"
119
  )
120
 
121
  # Launch the interface
 
115
  inputs=[youtube_url_input, temperature_input],
116
  outputs="text",
117
  title="Let's hear a Story",
118
+ description="Enter a YouTube SONG URL to read a story which will capture the emotions of thousands of people before you who have listened to this and left comments :). The stories are AI-generated but does that mean it has never happened before or never will? Maybe the reader finds their own story with AI. \n\n LLM used - GPT-3.5-Turbo \n\n Temperature (0=Deterministic, 2=More probabilistic/creative)"
119
  )
120
 
121
  # Launch the interface