Spaces:
Running
Running
Ming Li
commited on
Commit
•
f92529f
1
Parent(s):
8b50565
update gradio version
Browse files- app.py +1 -0
- requirements.txt +1 -1
app.py
CHANGED
@@ -4,6 +4,7 @@ from __future__ import annotations
|
|
4 |
|
5 |
import gradio as gr
|
6 |
import torch
|
|
|
7 |
|
8 |
from app_canny import create_demo as create_demo_canny
|
9 |
from app_depth import create_demo as create_demo_depth
|
|
|
4 |
|
5 |
import gradio as gr
|
6 |
import torch
|
7 |
+
import spaces
|
8 |
|
9 |
from app_canny import create_demo as create_demo_canny
|
10 |
from app_depth import create_demo as create_demo_depth
|
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ accelerate==0.21.0
|
|
2 |
controlnet_aux==0.0.7
|
3 |
diffusers==0.26.3
|
4 |
einops==0.6.1
|
5 |
-
gradio==
|
6 |
gradio_client==0.6.1
|
7 |
huggingface-hub==0.21.2
|
8 |
mediapipe==0.10.1
|
|
|
2 |
controlnet_aux==0.0.7
|
3 |
diffusers==0.26.3
|
4 |
einops==0.6.1
|
5 |
+
gradio==4.26.0
|
6 |
gradio_client==0.6.1
|
7 |
huggingface-hub==0.21.2
|
8 |
mediapipe==0.10.1
|