alfakat commited on
Commit
85a786b
·
verified ·
1 Parent(s): 3017254

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -26,17 +26,16 @@ 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
- 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")
 
40
 
41
  with gr.Row():
42
  with gr.Column():
 
26
  generator=torch.Generator(device=torch_device).manual_seed(seed)).images[0]
27
  return image
28
 
29
+ title = r"""<h1 align="center">AI Remote Horizons</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
  with block:
36
  with gr.Row():
37
+ gr.Markdown(title)
38
+ gr.Markdown(description)
39
 
40
  with gr.Row():
41
  with gr.Column():