Spaces:
Runtime error
Runtime error
lemonaddie
commited on
Commit
•
c95521f
1
Parent(s):
957d5f0
Update app1.py
Browse files
app1.py
CHANGED
@@ -13,6 +13,8 @@ from gradio_imageslider import ImageSlider
|
|
13 |
|
14 |
import spaces
|
15 |
|
|
|
|
|
16 |
REPO_URL = "https://github.com/lemonaddie/geowizard.git"
|
17 |
CHECKPOINT = "lemonaddie/Geowizard"
|
18 |
REPO_DIR = "geowizard"
|
|
|
13 |
|
14 |
import spaces
|
15 |
|
16 |
+
import fire
|
17 |
+
|
18 |
REPO_URL = "https://github.com/lemonaddie/geowizard.git"
|
19 |
CHECKPOINT = "lemonaddie/Geowizard"
|
20 |
REPO_DIR = "geowizard"
|