Spaces:
Runtime error
Runtime error
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Pneumonia Detection</title> | |
<link rel="stylesheet" href="styles.css"> | |
</head> | |
<body> | |
<div class="container"> | |
<h1>Pneumonia Detection from X-ray</h1> | |
<input type="file" id="fileInput" accept="image/*"> | |
<button onclick="uploadImage()">Upload & Predict</button> | |
<div id="result"></div> | |
</div> | |
<script src="script.js"></script> | |
</body> | |
</html> | |