Spaces:
Sleeping
Sleeping
Keldos
commited on
Commit
·
ca2c7ff
1
Parent(s):
29b4859
dev: update to gradio 3.40.0
Browse files- assets/html/update.html +4 -4
- requirements.txt +2 -2
assets/html/update.html
CHANGED
|
@@ -18,12 +18,12 @@
|
|
| 18 |
</div>
|
| 19 |
</div>
|
| 20 |
<div id="goto-update-btn" class="btn-update-group">
|
| 21 |
-
<button class="btn-update lg secondary svelte-
|
| 22 |
-
<button class="btn-update lg primary svelte-
|
| 23 |
</div>
|
| 24 |
<div id="close-update-btn" class="btn-update-group hideK">
|
| 25 |
-
<button class="btn-update lg secondary svelte-
|
| 26 |
-
<button class="btn-update lg primary svelte-
|
| 27 |
</div>
|
| 28 |
</div>
|
| 29 |
</div>
|
|
|
|
| 18 |
</div>
|
| 19 |
</div>
|
| 20 |
<div id="goto-update-btn" class="btn-update-group">
|
| 21 |
+
<button class="btn-update lg secondary svelte-cmf5ev" id="cancel-button" onclick="cancelUpdate()">{cancel_btn}</button>
|
| 22 |
+
<button class="btn-update lg primary svelte-cmf5ev" id="update-button" onclick="bgUpdateChuanhu()">{update_btn}</button>
|
| 23 |
</div>
|
| 24 |
<div id="close-update-btn" class="btn-update-group hideK">
|
| 25 |
+
<button class="btn-update lg secondary svelte-cmf5ev" id="update-button" onclick="getUpdateInfo()">{seenew_btn}</button>
|
| 26 |
+
<button class="btn-update lg primary svelte-cmf5ev" id="cancel-button" onclick="cancelUpdate()">{ok_btn}</button>
|
| 27 |
</div>
|
| 28 |
</div>
|
| 29 |
</div>
|
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
gradio==3.
|
| 2 |
-
gradio_client==0.
|
| 3 |
pypinyin
|
| 4 |
tiktoken
|
| 5 |
socksio
|
|
|
|
| 1 |
+
gradio==3.40.0
|
| 2 |
+
gradio_client==0.4.0
|
| 3 |
pypinyin
|
| 4 |
tiktoken
|
| 5 |
socksio
|