Spaces:
Running
on
Zero
Running
on
Zero
update: app
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import spaces
|
|
| 4 |
from imcui.ui.app_class import ImageMatchingApp
|
| 5 |
|
| 6 |
|
| 7 |
-
@spaces.GPU
|
| 8 |
def launch_app():
|
| 9 |
parser = argparse.ArgumentParser()
|
| 10 |
parser.add_argument(
|
|
|
|
| 4 |
from imcui.ui.app_class import ImageMatchingApp
|
| 5 |
|
| 6 |
|
| 7 |
+
@spaces.GPU(duration=120)
|
| 8 |
def launch_app():
|
| 9 |
parser = argparse.ArgumentParser()
|
| 10 |
parser.add_argument(
|