Linoy Tsaban commited on
Commit
e16077b
1 Parent(s): 67eedaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -95,7 +95,11 @@ def edit(input_image,
95
 
96
 
97
  # demo
98
- intro = """<h1 style="font-weight: 900; margin-bottom: 7px;">
 
 
 
 
99
  Edit Friendly DDPM X Semantic Guidance: Editing Real Images
100
  </h1>
101
  <p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
 
95
 
96
 
97
  # demo
98
+ intro =
99
+
100
+ """
101
+ <div style="text-align: center; max-width: 1200px; margin: 20px auto;">
102
+ <h1 style="font-weight: 900; margin-bottom: 7px;">
103
  Edit Friendly DDPM X Semantic Guidance: Editing Real Images
104
  </h1>
105
  <p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.