kassemsabeh commited on
Commit
ae6b2f5
·
1 Parent(s): 42466a5

Fix cache options

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -58,9 +58,7 @@ demo = gr.Interface(
58
  lines = 1,
59
  )
60
  ],
61
- "dataframe",
62
  title="QPAVE",
63
  examples=[["Processor", "3ghz intel core i5", "Brand Name", "Computers & Tablets"]
64
- ],
65
- cache_examples = True
66
  )
 
58
  lines = 1,
59
  )
60
  ],
 
61
  title="QPAVE",
62
  examples=[["Processor", "3ghz intel core i5", "Brand Name", "Computers & Tablets"]
63
+ ]
 
64
  )