File size: 659 Bytes
79d4e08
 
 
 
 
 
 
 
 
 
 
 
 
0a21b81
 
 
 
 
0c868d2
 
 
 
 
 
 
 
6e61bae
0a21b81
0c868d2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: SentimentAi
emoji: 💻
colorFrom: gray
colorTo: indigo
sdk: streamlit
sdk_version: 1.36.0
app_file: app.py
pinned: false
license: mit
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference



## Run on docker

### UI

docker run -it -p 8501:8501 --platform=linux/amd64 \
	-e LAUNCHDARKLY_SDK_KEY="sdk-142d656c-d430-4f8c-b2f1-7275f2ec65ff" \
	registry.hf.space/asgface-sentimentai:latest streamlit run app.py

### API

docker run -it -p 5001:5000 --platform=linux/amd64 \
	-e LAUNCHDARKLY_SDK_KEY="sdk-142d656c-d430-4f8c-b2f1-7275f2ec65ff" \
	registry.hf.space/asgface-sentimentai:latest python api.py