Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ from device_routes import SENSORS, CAMERAS, LIGHTING_DATA
|
|
11 |
from config import Config
|
12 |
from flask import Flask, render_template, jsonify
|
13 |
from device_blueprints import sensor_blueprint, camera_blueprint
|
|
|
14 |
|
15 |
app = Flask(__name__)
|
16 |
app.config.from_object(Config)
|
|
|
11 |
from config import Config
|
12 |
from flask import Flask, render_template, jsonify
|
13 |
from device_blueprints import sensor_blueprint, camera_blueprint
|
14 |
+
import gradio as gr
|
15 |
|
16 |
app = Flask(__name__)
|
17 |
app.config.from_object(Config)
|