Yntec commited on
Commit
75e821f
β€’
1 Parent(s): 7b063c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,4 +1,7 @@
1
- import gradio as gr
 
 
 
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