Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,6 @@ from diffusers.utils import load_image
|
|
17 |
from huggingface_hub import hf_hub_download, HfFileSystem, ModelCard, snapshot_download
|
18 |
import requests
|
19 |
import pandas as pd
|
20 |
-
pip install live_preview_helpers
|
21 |
|
22 |
from transformers.utils import move_cache
|
23 |
move_cache()
|
|
|
17 |
from huggingface_hub import hf_hub_download, HfFileSystem, ModelCard, snapshot_download
|
18 |
import requests
|
19 |
import pandas as pd
|
|
|
20 |
|
21 |
from transformers.utils import move_cache
|
22 |
move_cache()
|