Spaces:
Running
Running
Commit ·
d6b2990
1
Parent(s): 414d396
Change port
Browse files
README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
| 2 |
title: AI Video Generator using Remotion
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
-
app_port:
|
| 9 |
---
|
| 10 |
|
| 11 |
# AI Video Generator using Remotion
|
|
@@ -15,3 +15,8 @@ PORT 8083 -> Render App
|
|
| 15 |
PORT 3000 -> Render Studio (For proxy rendering)
|
| 16 |
|
| 17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: AI Video Generator using Remotion
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
+
app_port: 8083
|
| 9 |
---
|
| 10 |
|
| 11 |
# AI Video Generator using Remotion
|
|
|
|
| 15 |
PORT 3000 -> Render Studio (For proxy rendering)
|
| 16 |
|
| 17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 18 |
+
|
| 19 |
+
# Deprecation of NGINX
|
| 20 |
+
|
| 21 |
+
For Older method that uses nginx use port 8080
|
| 22 |
+
Nginx was deprecated as we are moving away from remotion which is too unstable.
|