Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sanchit-gandhi/whisper-jax
Vuks
/
whisper-jax
like
0
Build error
App
Files
Files
Community
sanchit-gandhi
HF staff
commited on
Apr 19, 2023
Commit
ce13071
•
1 Parent(s):
08572a1
Update run.sh
Browse files
Files changed (1)
hide
show
run.sh
+1
-0
run.sh
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
3
service nginx start
4
sleep infinity
1
#!/bin/bash
2
3
+
cat nginx.conf | sed "s|API_URL|${API_URL}|g" > /etc/nginx/sites-available/default
4
service nginx start
5
sleep infinity