Spaces:
Build error
Build error
Update app.py
Browse files
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
|
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)
|