Joe99 commited on
Commit
008aea9
1 Parent(s): 1db1680

comment out interpretation

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ gr.Interface(
46
  inputs='text',
47
  outputs='text',
48
  live=False, #set false to avoid caching
49
- interpretation="chat",
50
  title="ChatFinance",
51
  description="Ask the a question and see its response!",
52
  ).launch()
 
46
  inputs='text',
47
  outputs='text',
48
  live=False, #set false to avoid caching
49
+ # interpretation="chat",
50
  title="ChatFinance",
51
  description="Ask the a question and see its response!",
52
  ).launch()