bkoz commited on
Commit
1e3341c
·
verified ·
1 Parent(s): 2f086fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -68,7 +68,6 @@ def load_model(fp):
68
  )
69
  return llm
70
 
71
- print(f'llm: {llm}')
72
  demo = gr.Interface(fn=greet, inputs=gr.Number(), outputs=gr.Text())
73
  demo.launch(share=False)
74
 
 
68
  )
69
  return llm
70
 
 
71
  demo = gr.Interface(fn=greet, inputs=gr.Number(), outputs=gr.Text())
72
  demo.launch(share=False)
73