Spaces:
Runtime error
Runtime error
<html> | |
<head> | |
<title>Image Generation Results</title> | |
</head> | |
<body> | |
<h1>Generated Images</h1> | |
{% for img in results %} | |
<img src="{{ url_for('image', filename=img.filename) }}"><br><br> | |
{% endfor %} | |
</body> | |
</html> | |