Spaces:
Runtime error
Runtime error
Rename app.ipynb to app.py
Browse files- app.ipynb → app.py +6 -6
app.ipynb → app.py
RENAMED
@@ -3,12 +3,12 @@
|
|
3 |
# Downloading files from the demo repo
|
4 |
import os
|
5 |
os.mkdir('files')
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
|
13 |
import gradio as gr
|
14 |
import os
|
|
|
3 |
# Downloading files from the demo repo
|
4 |
import os
|
5 |
os.mkdir('files')
|
6 |
+
wget -q -O files/Bunny.obj https://github.com/gradio-app/gradio/raw/main/demo/model3D/files/Bunny.obj
|
7 |
+
wget -q -O files/Duck.glb https://github.com/gradio-app/gradio/raw/main/demo/model3D/files/Duck.glb
|
8 |
+
wget -q -O files/Fox.gltf https://github.com/gradio-app/gradio/raw/main/demo/model3D/files/Fox.gltf
|
9 |
+
wget -q -O files/face.obj https://github.com/gradio-app/gradio/raw/main/demo/model3D/files/face.obj
|
10 |
+
wget -q -O files/sofia.stl https://github.com/gradio-app/gradio/raw/main/demo/model3D/files/sofia.stl
|
11 |
+
wget -q -O files/source.txt https://github.com/gradio-app/gradio/raw/main/demo/model3D/files/source.txt
|
12 |
|
13 |
import gradio as gr
|
14 |
import os
|