Spaces:
Running
Running
Save unicorn!
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
|
|
| 4 |
from PIL import Image
|
| 5 |
from huggingface_hub import hf_hub_download
|
| 6 |
|
| 7 |
-
unicorn_image_path = "
|
| 8 |
|
| 9 |
import gradio as gr
|
| 10 |
from transformers import (
|
|
|
|
| 4 |
from PIL import Image
|
| 5 |
from huggingface_hub import hf_hub_download
|
| 6 |
|
| 7 |
+
unicorn_image_path = "unicorn.png"
|
| 8 |
|
| 9 |
import gradio as gr
|
| 10 |
from transformers import (
|