Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def generate_and_upload(prompt: str, model_name: str, api_key: str):
|
|
62 |
return img_path, url
|
63 |
|
64 |
# Gradio UI
|
65 |
-
with gr.Blocks(theme='NoCrypt/miku')
|
66 |
gr.Markdown("<hr style='color: red;'>")
|
67 |
gr.Markdown("<center><h1 style='text-align: center; color: red;'> ♥ Tasia API on Marty Space ♥</h1></center>")
|
68 |
gr.Markdown("<hr style='color: red;'>")
|
|
|
62 |
return img_path, url
|
63 |
|
64 |
# Gradio UI
|
65 |
+
with gr.Blocks(theme='NoCrypt/miku') as app:
|
66 |
gr.Markdown("<hr style='color: red;'>")
|
67 |
gr.Markdown("<center><h1 style='text-align: center; color: red;'> ♥ Tasia API on Marty Space ♥</h1></center>")
|
68 |
gr.Markdown("<hr style='color: red;'>")
|