Spaces:
Sleeping
Sleeping
Arnel Gwen Nuqui
commited on
Commit
Β·
746c077
1
Parent(s):
454c384
remove classification
Browse files
app.py
CHANGED
|
@@ -43,12 +43,12 @@ CORS(
|
|
| 43 |
try:
|
| 44 |
print("π Attempting to import blueprints...")
|
| 45 |
|
| 46 |
-
|
| 47 |
from routes.webrtc_routes import webrtc_bp
|
| 48 |
|
| 49 |
print("β
Successfully imported blueprints!")
|
| 50 |
|
| 51 |
-
|
| 52 |
app.register_blueprint(webrtc_bp, url_prefix="/api")
|
| 53 |
|
| 54 |
print("β
Blueprints registered successfully.")
|
|
|
|
| 43 |
try:
|
| 44 |
print("π Attempting to import blueprints...")
|
| 45 |
|
| 46 |
+
# from routes.classification_routes import classification_bp
|
| 47 |
from routes.webrtc_routes import webrtc_bp
|
| 48 |
|
| 49 |
print("β
Successfully imported blueprints!")
|
| 50 |
|
| 51 |
+
# app.register_blueprint(classification_bp, url_prefix="/api")
|
| 52 |
app.register_blueprint(webrtc_bp, url_prefix="/api")
|
| 53 |
|
| 54 |
print("β
Blueprints registered successfully.")
|
routes/__pycache__/__init__.cpython-311.pyc
CHANGED
|
Binary files a/routes/__pycache__/__init__.cpython-311.pyc and b/routes/__pycache__/__init__.cpython-311.pyc differ
|
|
|
routes/__pycache__/classification_routes.cpython-311.pyc
CHANGED
|
Binary files a/routes/__pycache__/classification_routes.cpython-311.pyc and b/routes/__pycache__/classification_routes.cpython-311.pyc differ
|
|
|
routes/__pycache__/webrtc_routes.cpython-311.pyc
CHANGED
|
Binary files a/routes/__pycache__/webrtc_routes.cpython-311.pyc and b/routes/__pycache__/webrtc_routes.cpython-311.pyc differ
|
|
|