Spaces:
Running
Running
Update app.py
Browse files
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 |
""")
|