Spaces:
Runtime error
Runtime error
Commit
·
fab6b22
1
Parent(s):
9f2724b
Update app.py
Browse files
app.py
CHANGED
@@ -335,12 +335,12 @@ def image_generator_wrapper(prompt="dog", selected_loss="None"):
|
|
335 |
return image_generator(prompt, selected_loss)
|
336 |
|
337 |
icon_html = '<i class="fas fa-chart-bar"></i>'
|
338 |
-
|
339 |
<div style="background-color: #f5f1f2; padding: 10px; display: flex; align-items: center;">
|
340 |
{icon_html} <span style="margin-left: 10px;">Image Generation using Stable Diffusion</span>
|
341 |
</div>
|
342 |
"""
|
343 |
-
|
344 |
<div style="background-color: #f1f1f5; padding: 10px; display: flex; align-items: center;">
|
345 |
{icon_html}
|
346 |
<span style="margin-left: 10px;">
|
|
|
335 |
return image_generator(prompt, selected_loss)
|
336 |
|
337 |
icon_html = '<i class="fas fa-chart-bar"></i>'
|
338 |
+
title = f"""
|
339 |
<div style="background-color: #f5f1f2; padding: 10px; display: flex; align-items: center;">
|
340 |
{icon_html} <span style="margin-left: 10px;">Image Generation using Stable Diffusion</span>
|
341 |
</div>
|
342 |
"""
|
343 |
+
description = f"""
|
344 |
<div style="background-color: #f1f1f5; padding: 10px; display: flex; align-items: center;">
|
345 |
{icon_html}
|
346 |
<span style="margin-left: 10px;">
|