pratikshahp commited on
Commit
91c238b
·
verified ·
1 Parent(s): f27d523

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,8 +22,8 @@ iface = gr.Interface(
22
 
23
  # 🚀 Launch with API enabled so external clients like Discord can POST data
24
  # Enable queuing
25
- app.queue()
26
 
27
  # Launch the app
28
- app.launch()
29
 
 
22
 
23
  # 🚀 Launch with API enabled so external clients like Discord can POST data
24
  # Enable queuing
25
+ iface.queue()
26
 
27
  # Launch the app
28
+ iface.launch()
29