Vincent Claes commited on
Commit
e4c4466
1 Parent(s): fd8dcba
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -95,8 +95,13 @@ demo = gr.Interface(
95
  [DEFAULT_SYSTEM_PROMPT, "https://en.wikipedia.org/wiki/Great_Wall_of_China"],
96
  [DEFAULT_SYSTEM_PROMPT, "https://en.wikipedia.org/wiki/Apollo_11"],
97
  ],
 
 
 
 
 
 
98
  )
99
 
100
-
101
  if __name__ == "__main__":
102
  demo.launch()
 
95
  [DEFAULT_SYSTEM_PROMPT, "https://en.wikipedia.org/wiki/Great_Wall_of_China"],
96
  [DEFAULT_SYSTEM_PROMPT, "https://en.wikipedia.org/wiki/Apollo_11"],
97
  ],
98
+ title="Webpage To Podcast",
99
+ description="""
100
+ <div style="text-align: center;">
101
+ Welcome to our Podcast Script Generator! This tool transforms web content into captivating podcast scripts in a relaxed and natural tone. Simply provide a weblink, and in just moments, you’ll receive an engaging, one-minute script and audio version. Perfect for creating short podcast episodes from online articles and summaries!
102
+ </div>
103
+ """
104
  )
105
 
 
106
  if __name__ == "__main__":
107
  demo.launch()