AYYasaswini commited on
Commit
1b31565
·
verified ·
1 Parent(s): 8ea8f5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -789,9 +789,9 @@ for i, t in tqdm(enumerate(scheduler.timesteps), total=len(scheduler.timesteps))
789
  #<video width=600 controls>
790
  # <source src="%s" type="video/mp4">
791
  #</video>
792
- """ % data_url)
793
 
794
- """The version on the right shows the predicted 'final output' (x0) at each step, and this is what is usually used for progress videos etc. The version on the left is the 'next step'. I found it interesteing to compare the two - watching the progress videos only you'd think drastic changes are happening expecially at early stages, but since the changes made per-step are relatively small the actual process is much more gradual.
795
 
796
  ### Classifier Free Guidance
797
 
 
789
  #<video width=600 controls>
790
  # <source src="%s" type="video/mp4">
791
  #</video>
792
+ #""" % data_url)
793
 
794
+ #"""The version on the right shows the predicted 'final output' (x0) at each step, and this is what is usually used for progress videos etc. The version on the left is the 'next step'. I found it interesteing to compare the two - watching the progress videos only you'd think drastic changes are happening expecially at early stages, but since the changes made per-step are relatively small the actual process is much more gradual.
795
 
796
  ### Classifier Free Guidance
797