Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,6 @@ from src.ui_components_original import UIComponents
|
|
| 17 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
| 18 |
|
| 19 |
class SmartHealApp:
|
| 20 |
-
@spaces.GPU
|
| 21 |
def __init__(self):
|
| 22 |
self.ui_components = None
|
| 23 |
try:
|
|
|
|
| 17 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
| 18 |
|
| 19 |
class SmartHealApp:
|
|
|
|
| 20 |
def __init__(self):
|
| 21 |
self.ui_components = None
|
| 22 |
try:
|