MasleK commited on
Commit
03cd51d
·
verified ·
1 Parent(s): d7dd9fa

enable_queue wirft exception beim start

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,5 +34,5 @@ gr.Interface(
34
  examples=examples,
35
  description=description,
36
  # interpretation=interpretation,
37
- enable_queue=enable_queue
38
  ).launch()
 
34
  examples=examples,
35
  description=description,
36
  # interpretation=interpretation,
37
+ # enable_queue=enable_queue
38
  ).launch()