K00B404 commited on
Commit
559bd5d
·
verified ·
1 Parent(s): e21f439

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 -a IP_Adapter/ip_adapter/models')
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