HemaMeena commited on
Commit
65950e6
·
verified ·
1 Parent(s): 2dabe50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -333,8 +333,7 @@ print(llm_ans(query))
333
  import locale
334
  locale.getpreferredencoding = lambda: "UTF-8"
335
 
336
- ! pip install --upgrade gradio -qq
337
- clear_output()
338
 
339
  def predict(message, history):
340
  # output = message # debug mode
 
333
  import locale
334
  locale.getpreferredencoding = lambda: "UTF-8"
335
 
336
+
 
337
 
338
  def predict(message, history):
339
  # output = message # debug mode