Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
ed30c8f
1
Parent(s):
f5ff56e
Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ def get_next10_images(response_dict, row_count):
|
|
186 |
return response_dict, row_count, next_set_images #response['data'][0]
|
187 |
|
188 |
|
189 |
-
with gr.Blocks(theme='
|
190 |
gr.Markdown("AI CONTENT TOOLS.")
|
191 |
|
192 |
with gr.Tab("T-to-I"):
|
|
|
186 |
return response_dict, row_count, next_set_images #response['data'][0]
|
187 |
|
188 |
|
189 |
+
with gr.Blocks(theme='ParityError/Anime', css ='main.css') as pan:
|
190 |
gr.Markdown("AI CONTENT TOOLS.")
|
191 |
|
192 |
with gr.Tab("T-to-I"):
|