Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def generate_and_upload(prompt: str, model_name: str, api_key: str):
|
|
64 |
# Gradio UI
|
65 |
with gr.Blocks(theme='NoCrypt/miku') as app:
|
66 |
gr.Markdown("<hr style='color: red;'>")
|
67 |
-
gr.Markdown("<
|
68 |
gr.Markdown("<hr style='color: red;'>")
|
69 |
with gr.Row():
|
70 |
prompt_input = gr.Textbox(label="Enter a prompt:", placeholder="A futuristic spaceship...")
|
@@ -81,6 +81,6 @@ with gr.Blocks(theme='NoCrypt/miku') as app:
|
|
81 |
outputs=[image_output, url_output]
|
82 |
)
|
83 |
gr.Markdown("<hr style='color: red;'>")
|
84 |
-
gr.Markdown("<
|
85 |
gr.Markdown("<hr style='color: red;'>")
|
86 |
app.launch(server_port=7860)
|
|
|
64 |
# Gradio UI
|
65 |
with gr.Blocks(theme='NoCrypt/miku') as app:
|
66 |
gr.Markdown("<hr style='color: red;'>")
|
67 |
+
gr.Markdown("<div style='display: flex; justify-content: center; width: 100%;'><h1 style='color: red;'> ♥ Tasia API on Marty Space ♥</h1></div>")
|
68 |
gr.Markdown("<hr style='color: red;'>")
|
69 |
with gr.Row():
|
70 |
prompt_input = gr.Textbox(label="Enter a prompt:", placeholder="A futuristic spaceship...")
|
|
|
81 |
outputs=[image_output, url_output]
|
82 |
)
|
83 |
gr.Markdown("<hr style='color: red;'>")
|
84 |
+
gr.Markdown("<div style='display: flex; justify-content: center; width: 100%;'><h1 style='color: red;'> ♥ Made by Tasia with Heart ♥</h1></div>")
|
85 |
gr.Markdown("<hr style='color: red;'>")
|
86 |
app.launch(server_port=7860)
|