Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
randydev
/
akn
like
0
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
randydev
commited on
16 days ago
Commit
9dc6500
·
verified
·
1 Parent(s):
176c755
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+2
-2
start.sh
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
-
uv
run
python -m akn
&
3
-
uv
run
python server.py
1
#!/bin/bash
2
+
python3
server.py
&
3
+
python3
-m
akn