Spaces:
Sleeping
Sleeping
Commit
·
77dc987
1
Parent(s):
9de1075
Update main.py
Browse files
main.py
CHANGED
@@ -115,10 +115,6 @@ def video_feed():
|
|
115 |
def home():
|
116 |
return jsonify(message='Welcome to the Hugging Face Space!')
|
117 |
|
118 |
-
from flask import Flask, jsonify
|
119 |
-
import os
|
120 |
-
|
121 |
-
app = Flask(__name__)
|
122 |
|
123 |
@app.route('/get_frames', methods=['GET'])
|
124 |
def get_frames():
|
|
|
115 |
def home():
|
116 |
return jsonify(message='Welcome to the Hugging Face Space!')
|
117 |
|
|
|
|
|
|
|
|
|
118 |
|
119 |
@app.route('/get_frames', methods=['GET'])
|
120 |
def get_frames():
|