churroz commited on
Commit
96eb090
1 Parent(s): d8d6bf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from fastapi import FastAPI
2
  from transformers import pipeline
3
 
4
  # Create a new FastAPI app instance
5
- app = FastAPI()
6
 
7
  # Initialize the text generation pipeline
8
  # This function will be able to generate text
 
2
  from transformers import pipeline
3
 
4
  # Create a new FastAPI app instance
5
+ app = FastAPI(docs_url="/")
6
 
7
  # Initialize the text generation pipeline
8
  # This function will be able to generate text