[email protected] commited on
Commit
a066ade
1 Parent(s): 5bf649e

Disable intepretation

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -38,5 +38,6 @@ intf = gr.Interface(
38
  examples=examples,
39
  title=title,
40
  description=description,
41
- interpretation=interpretation)
 
42
  intf.launch()
 
38
  examples=examples,
39
  title=title,
40
  description=description,
41
+ #interpretation=interpretation
42
+ )
43
  intf.launch()