Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,17 +65,9 @@ def generate_and_upload(prompt: str, model_name: str, api_key: str):
|
|
65 |
with gr.Blocks(theme='NoCrypt/miku') as app:
|
66 |
gr.HTML(
|
67 |
"""
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
color: red;
|
72 |
-
font-size: 24px;
|
73 |
-
font-weight: bold;
|
74 |
-
}
|
75 |
-
</style>
|
76 |
-
<hr style='color: red;'>
|
77 |
-
<h1 class='centered-title'>♥ Tasia API on Marty Space ♥</h1>
|
78 |
-
<hr style='color: red;'>
|
79 |
"""
|
80 |
)
|
81 |
|
@@ -97,9 +89,9 @@ with gr.Blocks(theme='NoCrypt/miku') as app:
|
|
97 |
# Footer
|
98 |
gr.HTML(
|
99 |
"""
|
100 |
-
|
101 |
<h1 style='text-align: center; color: red; font-size: 20px; font-weight: bold;'>♥ Made by Tasia with ♥</h1>
|
102 |
-
|
103 |
"""
|
104 |
)
|
105 |
|
|
|
65 |
with gr.Blocks(theme='NoCrypt/miku') as app:
|
66 |
gr.HTML(
|
67 |
"""
|
68 |
+
|
69 |
+
<h1 style='text-align: center; color: red; font-size: 20px; font-weight: bold;'>♥ Tasia API on Marty Space ♥</h1>
|
70 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
"""
|
72 |
)
|
73 |
|
|
|
89 |
# Footer
|
90 |
gr.HTML(
|
91 |
"""
|
92 |
+
|
93 |
<h1 style='text-align: center; color: red; font-size: 20px; font-weight: bold;'>♥ Made by Tasia with ♥</h1>
|
94 |
+
|
95 |
"""
|
96 |
)
|
97 |
|