Teddy Xinyuan Chen commited on
Commit
5738866
·
unverified ·
1 Parent(s): 2660e82

Initial commit

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. app.py +5 -0
  3. requirements.txt +2 -0
README.md CHANGED
@@ -10,4 +10,4 @@ pinned: false
10
  license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
10
  license: mit
11
  ---
12
 
13
+ https://github.com/tddschn/zalgo-cli
app.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+
3
+ from zalgo_cli.app import main
4
+
5
+ main()
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ gradio
2
+ zalgo-cli