Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
import os
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
import json
|
| 4 |
import logging
|
| 5 |
import torch
|
| 6 |
from PIL import Image
|
| 7 |
-
# 'spaces' 모듈 제거 (필요시 올바른 모듈로 대체)
|
| 8 |
from diffusers import (
|
| 9 |
DiffusionPipeline,
|
| 10 |
AutoencoderTiny,
|
|
|
|
| 1 |
import os
|
| 2 |
+
import spaces
|
| 3 |
import gradio as gr
|
| 4 |
import json
|
| 5 |
import logging
|
| 6 |
import torch
|
| 7 |
from PIL import Image
|
|
|
|
| 8 |
from diffusers import (
|
| 9 |
DiffusionPipeline,
|
| 10 |
AutoencoderTiny,
|