Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,11 +26,14 @@ def generate_image(input_image, background, prompt, image_width, image_height, s
|
|
26 |
generator=torch.Generator(device=torch_device).manual_seed(seed)).images[0]
|
27 |
return image
|
28 |
|
29 |
-
|
|
|
30 |
|
31 |
my_theme = gr.Theme.from_hub("JohnSmith9982/small_and_pretty")
|
32 |
# Launch the app
|
33 |
block = gr.Blocks(theme=my_theme).queue()
|
|
|
|
|
34 |
with block:
|
35 |
with gr.Row():
|
36 |
gr.Markdown("## AI Remote Horisons")
|
|
|
26 |
generator=torch.Generator(device=torch_device).manual_seed(seed)).images[0]
|
27 |
return image
|
28 |
|
29 |
+
title = r"""<h1 align="center">AI Remote Horisons</h1>"""
|
30 |
+
description = r"""AI creates unbelivable stories, such as images from rarely visited places over the world. Remove Horizons generates images of yours in different location you never knew existed."""
|
31 |
|
32 |
my_theme = gr.Theme.from_hub("JohnSmith9982/small_and_pretty")
|
33 |
# Launch the app
|
34 |
block = gr.Blocks(theme=my_theme).queue()
|
35 |
+
gr.Markdown(title)
|
36 |
+
gr.Markdown(description)
|
37 |
with block:
|
38 |
with gr.Row():
|
39 |
gr.Markdown("## AI Remote Horisons")
|