Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
-
|
|
|
|
|
|
|
2 |
import os
|
3 |
import sys
|
4 |
from pathlib import Path
|
|
|
1 |
+
RUN git clone https://github.com/Yntec/gradio-3.15.0-gr.load/gradio gradio && \
|
2 |
+
cd gradio && \
|
3 |
+
npm install -g pnpm && \
|
4 |
+
sh scripts/build_frontend.sh
|
5 |
import os
|
6 |
import sys
|
7 |
from pathlib import Path
|