Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from PIL import Image
|
3 |
from diffusers import StableDiffusionUpscalePipeline
|
|
|
4 |
import torch
|
5 |
|
6 |
# โหลดโมเดล
|
|
|
1 |
import gradio as gr
|
2 |
from PIL import Image
|
3 |
from diffusers import StableDiffusionUpscalePipeline
|
4 |
+
from huggingface_hub import cached_file
|
5 |
import torch
|
6 |
|
7 |
# โหลดโมเดล
|