Update test_streaming.py
Browse files- test_streaming.py +1 -1
test_streaming.py
CHANGED
|
@@ -9,7 +9,7 @@ latest_frame = None # Store the latest frame
|
|
| 9 |
|
| 10 |
@app.route('/')
|
| 11 |
def index():
|
| 12 |
-
return render_template('
|
| 13 |
|
| 14 |
@app.route('/upload_frame', methods=['POST'])
|
| 15 |
def upload_frame():
|
|
|
|
| 9 |
|
| 10 |
@app.route('/')
|
| 11 |
def index():
|
| 12 |
+
return render_template('test_streaming_index.html')
|
| 13 |
|
| 14 |
@app.route('/upload_frame', methods=['POST'])
|
| 15 |
def upload_frame():
|