Joshua Lochner commited on
Commit
b814da5
1 Parent(s): 77b58cb

Move streamlit app back to root directory

Browse files
Files changed (2) hide show
  1. README.md +1 -4
  2. demo/app.py → app.py +0 -0
README.md CHANGED
@@ -4,12 +4,9 @@ emoji: ⚡
4
  colorFrom: yellow
5
  colorTo: indigo
6
  sdk: streamlit
7
- app_file: demo/app.py
8
  pinned: false
9
  ---
10
 
11
  # SponsorBlock-ML
12
  Automatically detect in-video YouTube sponsorships, self/unpaid promotions, and interaction reminders. The model was trained on the large, open-source [database](https://sponsor.ajay.app/database) provided by [SponsorBlock](https://sponsor.ajay.app/).
13
-
14
-
15
-
4
  colorFrom: yellow
5
  colorTo: indigo
6
  sdk: streamlit
7
+ app_file: app.py
8
  pinned: false
9
  ---
10
 
11
  # SponsorBlock-ML
12
  Automatically detect in-video YouTube sponsorships, self/unpaid promotions, and interaction reminders. The model was trained on the large, open-source [database](https://sponsor.ajay.app/database) provided by [SponsorBlock](https://sponsor.ajay.app/).
 
 
 
demo/app.py → app.py RENAMED
File without changes