Spaces:
Sleeping
Sleeping
tungedng2710
commited on
Commit
·
b88afe8
1
Parent(s):
aed180c
update comfyui server
Browse files- README.md +1 -1
- requirements.txt +1 -0
README.md
CHANGED
@@ -4,7 +4,7 @@ app_file: app.py
|
|
4 |
sdk: gradio
|
5 |
colorFrom: red
|
6 |
colorTo: green
|
7 |
-
sdk_version:
|
8 |
---
|
9 |
<p align="center">
|
10 |
<img src="stuffs/splash.png" alt="Description" style="width: 20%;">
|
|
|
4 |
sdk: gradio
|
5 |
colorFrom: red
|
6 |
colorTo: green
|
7 |
+
sdk_version: 5.0.2
|
8 |
---
|
9 |
<p align="center">
|
10 |
<img src="stuffs/splash.png" alt="Description" style="width: 20%;">
|
requirements.txt
CHANGED
@@ -7,3 +7,4 @@ ollama
|
|
7 |
GPUtil
|
8 |
accelerate
|
9 |
pydantic
|
|
|
|
7 |
GPUtil
|
8 |
accelerate
|
9 |
pydantic
|
10 |
+
websocket
|