FayssalJ commited on
Commit
0bb0b9b
·
1 Parent(s): d83b431

Add queue() to fix 'No API found' error

Browse files
Files changed (1) hide show
  1. hf-space/app.py +1 -1
hf-space/app.py CHANGED
@@ -124,4 +124,4 @@ demo = gr.Interface(
124
  )
125
 
126
  if __name__ == "__main__":
127
- demo.launch()
 
124
  )
125
 
126
  if __name__ == "__main__":
127
+ demo.queue().launch()