Spaces:
Sleeping
Sleeping
comment out interpretation
Browse files
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()
|