Spaces:
Sleeping
Sleeping
Chaitanya Sagar Gurujula
commited on
Commit
·
25acc67
1
Parent(s):
5c12494
ve
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -16,7 +16,7 @@ import tempfile
|
|
16 |
# Get the absolute path to the templates directory
|
17 |
TEMPLATES_DIR = os.path.join(os.path.dirname(__file__), "templates")
|
18 |
|
19 |
-
MODEL_ID = "
|
20 |
|
21 |
# Initialize FastAPI
|
22 |
app = FastAPI(title="GPT Text Generator")
|
|
|
16 |
# Get the absolute path to the templates directory
|
17 |
TEMPLATES_DIR = os.path.join(os.path.dirname(__file__), "templates")
|
18 |
|
19 |
+
MODEL_ID = "sagargurujula/text-generator"
|
20 |
|
21 |
# Initialize FastAPI
|
22 |
app = FastAPI(title="GPT Text Generator")
|