Kilos1 commited on
Commit
2c6b9a4
·
verified ·
1 Parent(s): 4cda7b9

Rename app.ipynb to app.py

Browse files
Files changed (1) hide show
  1. 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
- !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
 
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