kassemsabeh commited on
Commit
517cbd2
·
1 Parent(s): ae6b2f5

Fix cache options

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