dahara1 commited on
Commit
03da6cb
·
verified ·
1 Parent(s): ebed1c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -117,10 +117,12 @@ with gr.Blocks(css=custom_css) as demo:
117
  <div class="notification">
118
  <div class="notification-title">Service Temporarily Suspended</div>
119
  <div class="en-message">
120
- This service has been temporarily suspended due to frequent ZERO GPU allocation failures.
 
121
  </div>
122
  <div class="jp-message">
123
- ZERO GPUの割当に失敗する事が多すぎるので一時停止しました。
 
124
  </div>
125
  </div>
126
  """)
 
117
  <div class="notification">
118
  <div class="notification-title">Service Temporarily Suspended</div>
119
  <div class="en-message">
120
+ This service has been temporarily suspended due to frequent ZERO GPU allocation failures.<br>
121
+ You can try it for free using <a herf="https://github.com/webbigdata-jp/python_sample/blob/main/FanFic_Illustrator_demo.ipynb">Google Colab FanFic Illustrator demo</a>
122
  </div>
123
  <div class="jp-message">
124
+ ZERO GPUの割当に失敗する事が多すぎるので一時停止しました。<br>
125
+ <a herf="https://github.com/webbigdata-jp/python_sample/blob/main/FanFic_Illustrator_demo.ipynb">Google Colab FanFic Illustrator demo</a>で無料で試す事ができます
126
  </div>
127
  </div>
128
  """)