Spaces:
Build error
Build error
ian
commited on
Commit
·
0761598
1
Parent(s):
eba369b
add app file
Browse files- app.py +5 -0
- requirements.txt +1 -0
app.py
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from ktem.main import App
|
2 |
+
|
3 |
+
app = App()
|
4 |
+
demo = app.make()
|
5 |
+
demo.launch()
|
requirements.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
kotaemon-app @ git+https://github.com/Cinnamon/kotaemon.git@62c4f8ad184e3db1e2be857915d5b0538e3e0e30
|