Spaces:
Runtime error
Runtime error
shivanis14
commited on
Update appDeepseekCoder.py
Browse files- appDeepseekCoder.py +1 -0
appDeepseekCoder.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from fastapi import FastAPI
|
2 |
from chainlit.utils import mount_chainlit
|
|
|
3 |
|
4 |
app = FastAPI()
|
5 |
|
|
|
1 |
from fastapi import FastAPI
|
2 |
from chainlit.utils import mount_chainlit
|
3 |
+
import uvicorn
|
4 |
|
5 |
app = FastAPI()
|
6 |
|