Omnibus commited on
Commit
f5b6f16
1 Parent(s): 7e4770e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -53,6 +53,6 @@ gr.Interface(
53
  title="Generate a panoramic image!",
54
  description=description,
55
  article=article,
56
- examples=[["a photo of the dolomites", 4096]],
57
- allow_flagging=False,
58
- ).launch(enable_queue=True)
 
53
  title="Generate a panoramic image!",
54
  description=description,
55
  article=article,
56
+ #examples=[["a photo of the dolomites", 4096]],
57
+ #allow_flagging=False,
58
+ ).queue().launch()