Spaces:
Runtime error
Runtime error
Iliya Zhechev
commited on
Commit
·
0964893
1
Parent(s):
997933e
spaces config
Browse files
README.md
CHANGED
@@ -3,8 +3,9 @@ title: Text Brush
|
|
3 |
emoji: 🔥
|
4 |
colorFrom: blue
|
5 |
colorTo: gray
|
6 |
-
sdk:
|
7 |
pinned: false
|
|
|
|
|
8 |
---
|
9 |
-
|
10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
3 |
emoji: 🔥
|
4 |
colorFrom: blue
|
5 |
colorTo: gray
|
6 |
+
sdk: gradio
|
7 |
pinned: false
|
8 |
+
# sdk: gradio
|
9 |
+
app_file: server/text_brush/app.py
|
10 |
---
|
|
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app/.env
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
NODE_OPTIONS=--openssl-legacy-provider
|