Spaces:
Runtime error
Runtime error
Gosse Minnema
commited on
Commit
·
b800f54
1
Parent(s):
69f0b84
Add missing argument in app launch
Browse files- docker_commands.sh +1 -1
docker_commands.sh
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
git clone https://gossminn:$HF_TOKEN@huggingface.co/datasets/responsibility-framing/sociofillmore-datasets /.cache/sfdata
|
5 |
mv -v /.cache/sfdata/* /app/
|
6 |
|
7 |
-
python -m sociofillmore.webapp.app 0.0.0.0
|
|
|
4 |
git clone https://gossminn:$HF_TOKEN@huggingface.co/datasets/responsibility-framing/sociofillmore-datasets /.cache/sfdata
|
5 |
mv -v /.cache/sfdata/* /app/
|
6 |
|
7 |
+
python -m sociofillmore.webapp.app 0.0.0.0 server
|