mgrbyte commited on
Commit
f8fd92d
·
verified ·
1 Parent(s): 536c063

Add initial application files.

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. app.py +3 -0
  3. requirements.txt +2 -0
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Mimic
3
  emoji: 🐠
4
  colorFrom: green
5
  colorTo: red
@@ -11,4 +11,4 @@ license: mit
11
  short_description: Modelau Iaith Mawr i'r Cymraeg
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: MIMiC
3
  emoji: 🐠
4
  colorFrom: green
5
  colorTo: red
 
11
  short_description: Modelau Iaith Mawr i'r Cymraeg
12
  ---
13
 
14
+ Check out the configuration reference at <https://huggingface.co/docs/hub/spaces-config-reference>
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from techiaith.mimic import ui
2
+
3
+ ui.main()
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ techiaith-mimic==2025.1.27.dev0
2
+