MenaWANG commited on
Commit
b6fbca2
β€’
1 Parent(s): 3f32c7a

Delete ReadMe.md

Browse files
Files changed (1) hide show
  1. ReadMe.md +0 -27
ReadMe.md DELETED
@@ -1,27 +0,0 @@
1
- ---
2
- title: english-to-latin
3
- emoji: πŸ”₯
4
- colorFrom: pink
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 4.24.0
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- ### πŸ›°οΈ CICD to Huggingface Hub with Github Actions
13
-
14
- This repo utlizes `github actions` to sync changes to huggingface hub. As pull requests merged to the main branch in this repo, changes will then be synced on huggingface hub. The [Gradio App published on huggingface space](https://huggingface.co/spaces/MenaWANG/english-to-latin) will then be updated automatically. 😎
15
-
16
- ## Troubleshooting notes
17
-
18
- * ReadMe file setting for huggingface space: The huggingface space demands specific metadata in specific format at the top. This ReadMe has been revised to comply to the requirement. More on the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
19
-
20
- * "No application file" error: The app returns this error at certain point and upon search, recreating `app.py` did fix the error (see [discussions here](Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference)).
21
-
22
- ## Useful link:
23
-
24
- * Learned this from a Coursera course on MLOps tools: [link to the course](https://www.coursera.org/learn/mlops-mlflow-huggingface-duke)
25
- * Original repo from the lecturer 🌹: https://github.com/nogibjj/hugging-face
26
-
27
-