Shuang59 commited on
Commit
65e6336
β€’
1 Parent(s): c4297be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,10 +1,10 @@
1
  # -*- coding: utf-8 -*-
2
- """Copy of demo.ipynb
3
 
4
  Automatically generated by Colaboratory.
5
 
6
  Original file is located at
7
- https://colab.research.google.com/github/energy-based-model/Compositional-Visual-Generation-with-Composable-Diffusion-Models-PyTorch/blob/main/notebooks/demo.ipynb
8
  """
9
 
10
  import gradio as gr
@@ -157,4 +157,4 @@ iface = gr.Interface(compose,
157
  outputs='image',
158
  title=title, description=description, examples=examples)
159
 
160
- iface.launch(enable_queue=True)
 
1
  # -*- coding: utf-8 -*-
2
+ """Copy of compose_glide.ipynb
3
 
4
  Automatically generated by Colaboratory.
5
 
6
  Original file is located at
7
+ https://colab.research.google.com/drive/19xx6Nu4FeiGj-TzTUFxBf-15IkeuFx_F
8
  """
9
 
10
  import gradio as gr
 
157
  outputs='image',
158
  title=title, description=description, examples=examples)
159
 
160
+ iface.launch()