Prgckwb commited on
Commit
4af9e39
1 Parent(s): 83bb2ae

:tada: init

Browse files
Files changed (2) hide show
  1. app.py +5 -1
  2. assets/corgi.png +0 -0
app.py CHANGED
@@ -76,6 +76,10 @@ if __name__ == '__main__':
76
  .gradio-container { max-width: 800px; margin: auto; padding: 20px; background: white; border-radius: 10px; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
77
  .info-step { padding: 10px; background: #3c3c3c; color: white; border-radius: 5px; margin-bottom: 10px; }
78
  .step-number { font-weight: bold; color: #FFD700; }
79
- """
 
 
 
 
80
  )
81
  demo.launch()
 
76
  .gradio-container { max-width: 800px; margin: auto; padding: 20px; background: white; border-radius: 10px; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
77
  .info-step { padding: 10px; background: #3c3c3c; color: white; border-radius: 5px; margin-bottom: 10px; }
78
  .step-number { font-weight: bold; color: #FFD700; }
79
+ """,
80
+ cache_examples=True,
81
+ examples=[
82
+ [Image.open("assets/corgi.png"), 'DDIMScheduler', 0, 50],
83
+ ],
84
  )
85
  demo.launch()
assets/corgi.png ADDED