LiveEvil commited on
Commit
c0de0d1
1 Parent(s): 419a84f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,5 +13,5 @@ gr.Interface.load(
13
  ["Your mother is cool and I am Gilgamesh,,"],
14
  ["I am a cool green purple dude."],
15
  ],
16
- enable_queue=True,
17
- ).launch()
 
13
  ["Your mother is cool and I am Gilgamesh,,"],
14
  ["I am a cool green purple dude."],
15
  ],
16
+
17
+ ).launch(enable_queue=True)