AstralLink commited on
Commit
724e3f9
·
verified ·
1 Parent(s): 5dee0e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,5 +68,5 @@ def generate(promt):
68
  return llm_chain.run(promt)
69
 
70
  title = 'GYANA.AI'
71
- description = 'Gyana.AI is based on falcon-7b Model HKRM'
72
  gr.Interface(fn=generate, inputs=['text'], outputs=['text'], title=title, description=description, theme='gstaff/xkcd').launch(share=True)
 
68
  return llm_chain.run(promt)
69
 
70
  title = 'GYANA.AI'
71
+ description = 'Gyana.AI is based on HKRM model it will take 4-5min to ans'
72
  gr.Interface(fn=generate, inputs=['text'], outputs=['text'], title=title, description=description, theme='gstaff/xkcd').launch(share=True)