Spaces:
Sleeping
Sleeping
ugmSorcero
commited on
Commit
Β·
b8c1b79
1
Parent(s):
84b04c8
Updates readme and workflows
Browse files
.github/workflows/check_file_size.yml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
name: Check file size
|
2 |
on: # or directly `on: [push]` to run the action on every push on any branch
|
3 |
pull_request:
|
4 |
-
branches: [
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
|
|
1 |
name: Check file size
|
2 |
on: # or directly `on: [push]` to run the action on every push on any branch
|
3 |
pull_request:
|
4 |
+
branches: [main]
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
.github/workflows/sync_huggingface_hub.yml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
-
branches: [
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
+
branches: [main]
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
README.md
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
# Grocery Classifier Demo
|
2 |
-
|
3 |
---
|
4 |
title: Grocery Classifier Demo
|
5 |
emoji: π
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Grocery Classifier Demo
|
3 |
emoji: π
|