Spaces:
Configuration error
Configuration error
LucaVivona
commited on
Commit
Β·
87e09b5
1
Parent(s):
98da231
running on localhost:3000 and README.md update
Browse files- README.md +12 -1
- docker-compose.yml +1 -1
- images/application_dark.png +2 -2
- images/application_light.png +2 -2
README.md
CHANGED
@@ -70,6 +70,17 @@ stream both [Gradio](https://gradio.app) ( and later [Streamlit](https://streaml
|
|
70 |
![Dark-Application](images/application_dark.png)
|
71 |
![Light-Application](images/application_light.png)
|
72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
## Updates βοΈ
|
74 |
### Backend π½
|
75 |
- errors within the function InterLauncher fixed
|
@@ -168,7 +179,7 @@ make up
|
|
168 |
// command running: docker-compose up -d --remove-orphans;
|
169 |
// **Ubuntu** sudo make up
|
170 |
```
|
171 |
-
The React application will be running on ``http://localhost:
|
172 |
#### **2.** Entering the backend enviorment
|
173 |
```console
|
174 |
make environment
|
|
|
70 |
![Dark-Application](images/application_dark.png)
|
71 |
![Light-Application](images/application_light.png)
|
72 |
|
73 |
+
## Features π
|
74 |
+
|
75 |
+
### Append Node β
|
76 |
+
![Append](images/append_node_and_adjust_height.gif)
|
77 |
+
|
78 |
+
### Add HuggingFace Space <img src="frontend/src/images/logo.svg" style="width:20px; height:20px;"/>
|
79 |
+
![Huggin](images/Add_hf_space.gif)
|
80 |
+
|
81 |
+
### Delete Nodes ποΈ
|
82 |
+
![delete](images/Delete_node.gif)
|
83 |
+
|
84 |
## Updates βοΈ
|
85 |
### Backend π½
|
86 |
- errors within the function InterLauncher fixed
|
|
|
179 |
// command running: docker-compose up -d --remove-orphans;
|
180 |
// **Ubuntu** sudo make up
|
181 |
```
|
182 |
+
The React application will be running on ``http://localhost:3000`` and the Flask will be running on ``http://localhost:2000``
|
183 |
#### **2.** Entering the backend enviorment
|
184 |
```console
|
185 |
make environment
|
docker-compose.yml
CHANGED
@@ -20,7 +20,7 @@ services:
|
|
20 |
context : ./frontend
|
21 |
dockerfile : Dockerfile
|
22 |
ports:
|
23 |
-
- "
|
24 |
volumes:
|
25 |
- './frontend/src:/app/src'
|
26 |
- './frontend/public:/app/public'
|
|
|
20 |
context : ./frontend
|
21 |
dockerfile : Dockerfile
|
22 |
ports:
|
23 |
+
- "3000:3000"
|
24 |
volumes:
|
25 |
- './frontend/src:/app/src'
|
26 |
- './frontend/public:/app/public'
|
images/application_dark.png
CHANGED
Git LFS Details
|
Git LFS Details
|
images/application_light.png
CHANGED
Git LFS Details
|
Git LFS Details
|