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

interpretation wirft exception -> auskommentiert

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