Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,6 @@ import atexit
|
|
11 |
import subprocess
|
12 |
from urllib.parse import urlparse, quote
|
13 |
import webbrowser
|
14 |
-
import spaces
|
15 |
|
16 |
# Constants
|
17 |
INPUT_DIRECTORY = 'input'
|
@@ -459,7 +458,6 @@ def cleanup():
|
|
459 |
except Exception as e:
|
460 |
print(f"Error during cleanup: {str(e)}")
|
461 |
|
462 |
-
@spaces.GPU()
|
463 |
def main():
|
464 |
# Initialize environment and logger
|
465 |
initialize_environment()
|
|
|
11 |
import subprocess
|
12 |
from urllib.parse import urlparse, quote
|
13 |
import webbrowser
|
|
|
14 |
|
15 |
# Constants
|
16 |
INPUT_DIRECTORY = 'input'
|
|
|
458 |
except Exception as e:
|
459 |
print(f"Error during cleanup: {str(e)}")
|
460 |
|
|
|
461 |
def main():
|
462 |
# Initialize environment and logger
|
463 |
initialize_environment()
|