Spaces:
Running
Running
Update app.py
Browse files
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(
|
|
|
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()
|