Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ def gen_fnseed(model_str, prompt, seed=1):
|
|
85 |
loop.close()
|
86 |
return result
|
87 |
|
88 |
-
|
89 |
.wrapper img {font-size: 98% !important; white-space: nowrap !important; text-align: center !important;
|
90 |
display: inline-block !important; color: #ffffff !important;}
|
91 |
"""
|
|
|
85 |
loop.close()
|
86 |
return result
|
87 |
|
88 |
+
css="""
|
89 |
.wrapper img {font-size: 98% !important; white-space: nowrap !important; text-align: center !important;
|
90 |
display: inline-block !important; color: #ffffff !important;}
|
91 |
"""
|