Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
pruth23/freegpt4
pruth23
/
freegpt4-duplicated
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2f013d1
freegpt4-duplicated
/
run_both.sh
pruth23
Duplicate from pruth23/freegpt4
2f013d1
almost 2 years ago
raw
Copy download link
history
blame
Safe
Wrap lines
193 Bytes
#!/bin/sh
./web.ts &
export
http_proxy=
"socks5://localhost:10808"
export
https_proxy=
"socks5://localhost:10808"
export
all_proxy=
"socks5://localhost:10808"
streamlit run ./gui/streamlit_app.py