MenaWANG commited on
Commit
107eb18
β€’
1 Parent(s): b6fbca2

Recreate ReadMe

Browse files

Recreate ReadMe to get rid of configuration setting error

Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ title: english-to-latin
4
+ sdk: gradio
5
+ emoji: πŸ“š
6
+ colorFrom: gray
7
+ colorTo: green
8
+ pinned: false
9
+ ---
10
+
11
+ ### πŸ›°οΈ CICD to Huggingface Hub with Github Actions
12
+
13
+ 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. 😎
14
+
15
+ ## Troubleshooting notes
16
+
17
+ * 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
18
+
19
+ * "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)).
20
+
21
+ ## Useful link:
22
+
23
+ * Learned this from a Coursera course on MLOps tools: [link to the course](https://www.coursera.org/learn/mlops-mlflow-huggingface-duke)
24
+ * Original repo from the lecturer 🌹: https://github.com/nogibjj/hugging-face
25
+
26
+