Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gaoqilan
/
LangBot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
gaoqilan
commited on
Dec 14, 2024
Commit
de91814
·
verified
·
1 Parent(s):
9520f13
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+5
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
#!/bin/bash
2
+
python main.py
3
+
while true; do
4
+
sleep 1
5
+
done