Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
os.system('git clone https://github.com/tencent-ailab/IP-Adapter.git')
|
3 |
os.system('mv IP-Adapter IP_Adapter')
|
4 |
-
os.system('ls
|
5 |
import gradio as gr
|
6 |
import torch
|
7 |
from PIL import Image
|
|
|
1 |
import os
|
2 |
os.system('git clone https://github.com/tencent-ailab/IP-Adapter.git')
|
3 |
os.system('mv IP-Adapter IP_Adapter')
|
4 |
+
os.system('ls IP_Adapter/ip_adapter')
|
5 |
import gradio as gr
|
6 |
import torch
|
7 |
from PIL import Image
|