storresbusquets commited on
Commit
7c285ca
·
1 Parent(s): bba2975

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -18
app.py CHANGED
@@ -145,14 +145,6 @@ class GradioInference:
145
  wordcloud_image,
146
  )
147
 
148
-
149
- # return (
150
- # results["text"],
151
- # summary,
152
- # keywords,
153
- # label,
154
- # wordcloud_image,
155
- # )
156
 
157
  def populate_metadata(self, link):
158
  """
@@ -249,14 +241,6 @@ class GradioInference:
249
  label,
250
  wordcloud_image,
251
  )
252
-
253
- # return (
254
- # results["text"],
255
- # summary,
256
- # keywords,
257
- # label,
258
- # wordcloud_image,
259
- # )
260
 
261
 
262
  gio = GradioInference()
@@ -269,9 +253,9 @@ with block as demo:
269
  """
270
  <div style="text-align: center; max-width: 500px; margin: 0 auto;">
271
  <div>
272
- <h1>YouTube <span style="color: red;">Insights</span> 📹</h1>
273
  </div>
274
- <h4 style="margin-bottom: 10px; font-size: 94%">
275
  Your AI-powered video analytics tool ✨
276
  </h4>
277
  </div>
 
145
  wordcloud_image,
146
  )
147
 
 
 
 
 
 
 
 
 
148
 
149
  def populate_metadata(self, link):
150
  """
 
241
  label,
242
  wordcloud_image,
243
  )
 
 
 
 
 
 
 
 
244
 
245
 
246
  gio = GradioInference()
 
253
  """
254
  <div style="text-align: center; max-width: 500px; margin: 0 auto;">
255
  <div>
256
+ <h1>YouTube <span style="color: #FFA500;">Insights</span> 💡</h1>
257
  </div>
258
+ <h4 style="margin-bottom: 10px; font-size: 95%">
259
  Your AI-powered video analytics tool ✨
260
  </h4>
261
  </div>