Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,11 +118,11 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 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
|
| 122 |
</div>
|
| 123 |
<div class="jp-message">
|
| 124 |
ZERO GPUの割当に失敗する事が多すぎるので一時停止しました。<br>
|
| 125 |
-
<a
|
| 126 |
</div>
|
| 127 |
</div>
|
| 128 |
""")
|
|
|
|
| 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 href="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 href="https://github.com/webbigdata-jp/python_sample/blob/main/FanFic_Illustrator_demo.ipynb">Google Colab FanFic Illustrator demo</a>で無料で試す事ができます
|
| 126 |
</div>
|
| 127 |
</div>
|
| 128 |
""")
|