shitaot commited on
Commit
3ef8c94
Β·
1 Parent(s): 3ebdc2f

update alternative link

Browse files
Files changed (1) hide show
  1. app.py +17 -5
app.py CHANGED
@@ -175,11 +175,23 @@ if __name__=='__main__':
175
  <center>Text2Pano demonstration: Write a scene you want in Text, then click "Generate panorama". Alternatively, you can load the example text prompts below to populate text-boxes. 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("""
179
- <div style='text-align: center; font-size: 25px;'>
180
- <a href='https://mvdiffusion.github.io/'>Project Page</a>
181
- </div>
182
- """)
 
 
 
 
 
 
 
 
 
 
 
 
183
  with gr.Tab("Basic"):
184
  with gr.Row():
185
  textbox1=gr.Textbox(type="text", label='Text', value=default_text, elem_id='warning', elem_classes="feedback")
 
175
  <center>Text2Pano demonstration: Write a scene you want in Text, then click "Generate panorama". Alternatively, you can load the example text prompts below to populate text-boxes. 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("""
179
+ <div style='text-align: center; font-size: 25px;'>
180
+ <a href='https://mvdiffusion.github.io/'>Project Page</a>
181
+ </div>
182
+ """)
183
+ with gr.Row():
184
+ gr.HTML("""
185
+ <div style='text-align: center; font-size: 30px;'>
186
+ <a href='https://mvdiffusion.github.io/'>Project Page</a>
187
+ </div>
188
+ """)
189
+ with gr.Row():
190
+ gr.HTML("""
191
+ <div style='text-align: center; font-size: 20px;'>
192
+ If the demo is not working, please use this <a href='https://4b6387ba0df9681051.gradio.live'>link</a>
193
+ </div>
194
+ """)
195
  with gr.Tab("Basic"):
196
  with gr.Row():
197
  textbox1=gr.Textbox(type="text", label='Text', value=default_text, elem_id='warning', elem_classes="feedback")