Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
flax-community
/
gpt2-indonesian
like
7
Runtime error
App
Files
Files
Community
638e90b
gpt2-indonesian
/
start.sh
cahya
update the text about the demo
0d55d70
over 3 years ago
raw
Copy download link
history
blame
Safe
184 Bytes
#!/usr/bin/env bash
set
-e
if
[
"
$DEBUG
"
=
true
] ;
then
echo
'Debugging - ON'
nodemon --
exec
streamlit run app.py
else
echo
'Debugging - OFF'
streamlit run app.py
fi