ttheland commited on
Commit
ca25ee1
1 Parent(s): 88d771e

typo in function call

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,6 +123,6 @@ iface = gr.Interface(
123
  enable_queue=enable_queue
124
  )
125
 
126
- iface.test.launch()
127
 
128
  iface.launch(share=True)
 
123
  enable_queue=enable_queue
124
  )
125
 
126
+ iface.test_launch()
127
 
128
  iface.launch(share=True)