Politrees commited on
Commit
2362881
β€’
1 Parent(s): 03824b2

Update src/covergen.py

Browse files
Files changed (1) hide show
  1. src/covergen.py +3 -0
src/covergen.py CHANGED
@@ -22,6 +22,9 @@ if __name__ == '__main__':
22
  with gr.Blocks(title='CoverGen Lite - Politrees (v0.2)', theme=gr.themes.Soft(primary_hue="green", secondary_hue="green", neutral_hue="neutral", spacing_size="sm", radius_size="lg")) as app:
23
  with gr.Tab("Welcome/Contacts"):
24
  gr.HTML("<center><h1>Welcome to CoverGen Lite - Politrees (v0.2)</h1></center>")
 
 
 
25
  with gr.Row():
26
  with gr.Column(variant='panel'):
27
  gr.HTML("<center><h2><a href='https://t.me/Politrees2'>Telegram</a></h2></center>")
 
22
  with gr.Blocks(title='CoverGen Lite - Politrees (v0.2)', theme=gr.themes.Soft(primary_hue="green", secondary_hue="green", neutral_hue="neutral", spacing_size="sm", radius_size="lg")) as app:
23
  with gr.Tab("Welcome/Contacts"):
24
  gr.HTML("<center><h1>Welcome to CoverGen Lite - Politrees (v0.2)</h1></center>")
25
+ with gr.Column(variant='panel'):
26
+ gr.HTML("<center><h2>This space is running too slow due to a weak server, so I made a Google Colab notebook to work faster with this interface: <a href='https://colab.research.google.com/drive/1HzuPgICRrjqUWQWb5Zn-l07m099-n-Nr'>Google Colab Notebook</a>.</h2></center>")
27
+ https://colab.research.google.com/drive/1HzuPgICRrjqUWQWb5Zn-l07m099-n-Nr?usp=sharing
28
  with gr.Row():
29
  with gr.Column(variant='panel'):
30
  gr.HTML("<center><h2><a href='https://t.me/Politrees2'>Telegram</a></h2></center>")