ozipoetra
commited on
Commit
·
2d31cf0
1
Parent(s):
e203b29
hi there
Browse files
app.py
CHANGED
@@ -277,7 +277,7 @@ if __name__ == '__main__':
|
|
277 |
f'<div>{title}</div>\n'+
|
278 |
f'<div>{model_version} Model</div>\n'+
|
279 |
(f'<div>Model author: {author}</div>' if author else "")+
|
280 |
-
(f'<img style="width:auto;height:300px;" src="file/{cover}">' if cover else "")+
|
281 |
'</div>'
|
282 |
)
|
283 |
with gr.Row():
|
|
|
277 |
f'<div>{title}</div>\n'+
|
278 |
f'<div>{model_version} Model</div>\n'+
|
279 |
(f'<div>Model author: {author}</div>' if author else "")+
|
280 |
+
# (f'<img style="width:auto;height:300px;" src="file/{cover}">' if cover else "")+
|
281 |
'</div>'
|
282 |
)
|
283 |
with gr.Row():
|