18 lines
		
	
	
		
			865 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			865 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!--
 | 
						|
 * @Author: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git
 | 
						|
 * @Date: 2023-03-31 20:04:39
 | 
						|
 * @LastEditors: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git
 | 
						|
 * @LastEditTime: 2023-03-31 20:04:47
 | 
						|
 * @FilePath: /luyuetong-data/yolox-pytorch/display_image.html
 | 
						|
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
						|
-->
 | 
						|
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
	<title>Display Image</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
	<img src="{{ url_for('upload_image') }}" alt="Uploaded Image">
 | 
						|
</body>
 | 
						|
</html>
 |