Update app.py
Browse files
app.py
CHANGED
@@ -116,9 +116,7 @@ iface = gr.Interface(
|
|
116 |
inputs=[youtube_url_input, temperature_input],
|
117 |
outputs="text",
|
118 |
title="Let's hear a Story",
|
119 |
-
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
|
120 |
-
LLM used - GPT-3.5-Turbo \n
|
121 |
-
Temperature (0=Deterministic, 2=more randomized)"
|
122 |
)
|
123 |
|
124 |
# Launch the interface
|
|
|
116 |
inputs=[youtube_url_input, temperature_input],
|
117 |
outputs="text",
|
118 |
title="Let's hear a Story",
|
119 |
+
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 randomized)"
|
|
|
|
|
120 |
)
|
121 |
|
122 |
# Launch the interface
|