bkoz commited on
Commit
e9a1511
1 Parent(s): cc5d713
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  import spaces
2
  from diffusers import DiffusionPipeline
3
 
@@ -18,4 +21,4 @@ gr.Interface(
18
  fn=generate,
19
  inputs=gr.Text(),
20
  outputs=gr.Text(),
21
- ).launch()
 
1
+ #
2
+ # Simple example.
3
+ #
4
  import spaces
5
  from diffusers import DiffusionPipeline
6
 
 
21
  fn=generate,
22
  inputs=gr.Text(),
23
  outputs=gr.Text(),
24
+ ).launch()