Spaces:
Runtime error
Runtime error
JanuaryDesk
commited on
Commit
·
53b535a
1
Parent(s):
b65580f
fix wrong path
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ def p(command):
|
|
7 |
os.system(command)
|
8 |
|
9 |
p("mkdir gradio")
|
10 |
-
p("mv gradio.
|
11 |
os.chdir("gradio")
|
12 |
|
13 |
from zipfile import ZipFile
|
|
|
7 |
os.system(command)
|
8 |
|
9 |
p("mkdir gradio")
|
10 |
+
p("mv gradio.zip gradio")
|
11 |
os.chdir("gradio")
|
12 |
|
13 |
from zipfile import ZipFile
|