prthm11 commited on
Commit
acaee24
·
verified ·
1 Parent(s): 7b107a3

Update test_streaming.py

Browse files
Files changed (1) hide show
  1. 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('index.html')
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():