Spaces:
Runtime error
Runtime error
Update gradio_app.py
Browse files- gradio_app.py +1 -0
gradio_app.py
CHANGED
|
@@ -4,6 +4,7 @@ import time
|
|
| 4 |
import argparse
|
| 5 |
from diffueraser.diffueraser import DiffuEraser
|
| 6 |
from propainter.inference import Propainter, get_device
|
|
|
|
| 7 |
|
| 8 |
# Download Weights
|
| 9 |
from huggingface_hub import snapshot_download
|
|
|
|
| 4 |
import argparse
|
| 5 |
from diffueraser.diffueraser import DiffuEraser
|
| 6 |
from propainter.inference import Propainter, get_device
|
| 7 |
+
import gradio as gr
|
| 8 |
|
| 9 |
# Download Weights
|
| 10 |
from huggingface_hub import snapshot_download
|