Ahsen Khaliq commited on
Commit
2eba3b6
1 Parent(s): eb99475

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ w_stds = G.mapping(zs, None).std(0)
108
  def inference(text):
109
  all_frames = []
110
  target = clip_model.embed_text(text)
111
- steps = 300
112
  seed = 2
113
  tf = Compose([
114
  Resize(224),
 
108
  def inference(text):
109
  all_frames = []
110
  target = clip_model.embed_text(text)
111
+ steps = 150
112
  seed = 2
113
  tf = Compose([
114
  Resize(224),