Skip to content

Instantly share code, notes, and snippets.

@aballah-chamakh
Last active November 28, 2019 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aballah-chamakh/6fe99a4cf26b691ff835fd5ef3ae8ddb to your computer and use it in GitHub Desktop.
Save aballah-chamakh/6fe99a4cf26b691ff835fd5ef3ae8ddb to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Inference Detail</tile>
</head>
<body>
<div>
<img src='{{inference_obj.image.url}}' />
<h3>Prediction => {{inference_obj.prediction}}</h3>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment