Spaces:
Runtime error
Runtime error
save
Browse files
app.py
CHANGED
@@ -172,7 +172,7 @@ if __name__=='__main__':
|
|
172 |
with gr.Row():
|
173 |
gr.Markdown(
|
174 |
"""
|
175 |
-
<center>Text2Pano demonstration: Write a scene you want in Text, then click "Generate panorama". Alternatively, you can copy the example text prompts below. The advanced mode allows to specify text prompts for each perspective image. It takes 3 minitues to generate one panorama.</center>
|
176 |
""")
|
177 |
with gr.Row():
|
178 |
gr.HTML("""
|
|
|
172 |
with gr.Row():
|
173 |
gr.Markdown(
|
174 |
"""
|
175 |
+
<center>Text2Pano demonstration: Write a scene you want in Text, then click "Generate panorama". Alternatively, you can copy the example text prompts below to the text box. The advanced mode allows to specify text prompts for each perspective image. It takes 3 minitues to generate one panorama.</center>
|
176 |
""")
|
177 |
with gr.Row():
|
178 |
gr.HTML("""
|