IanRonk commited on
Commit
5f57494
1 Parent(s): 2b42dc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -42,9 +42,9 @@ demo = gr.Interface(
42
  inputs="text",
43
  # outputs=gr.Label(num_top_classes=3),
44
  outputs="json",
45
- examples=[
46
- "https://www.youtube.com/watch?v=UjtOGPJ0URM",
47
- "https://www.youtube.com/watch?v=TrZyuCh9df0",
48
- ],
49
  )
50
  demo.launch(share=True)
 
42
  inputs="text",
43
  # outputs=gr.Label(num_top_classes=3),
44
  outputs="json",
45
+ # examples=[
46
+ # "https://www.youtube.com/watch?v=UjtOGPJ0URM",
47
+ # "https://www.youtube.com/watch?v=TrZyuCh9df0",
48
+ # ],
49
  )
50
  demo.launch(share=True)