Spaces:
Runtime error
Runtime error
resolved textgen import
Browse files
CodingAssistant/__init___.py
CHANGED
@@ -2,4 +2,4 @@ from fastapi import FastAPI
|
|
2 |
|
3 |
app = FastAPI(title="Deploying my own CodingAssistant with FastAPI on Huggingface")
|
4 |
|
5 |
-
from
|
|
|
2 |
|
3 |
app = FastAPI(title="Deploying my own CodingAssistant with FastAPI on Huggingface")
|
4 |
|
5 |
+
from TextGen import router
|