BhanuPrakashSamoju
commited on
Commit
•
d0af1ba
1
Parent(s):
9872f92
Update main.py
Browse files
main.py
CHANGED
@@ -12,7 +12,7 @@ os.environ["HUGGINGFACEHUB_API_TOKEN"] = "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"
|
|
12 |
|
13 |
|
14 |
|
15 |
-
|
16 |
# NOTE - we configure docs_url to serve the interactive Docs at the root path
|
17 |
# of the app. This way, we can use the docs as a landing page for the app on Spaces.
|
18 |
app = FastAPI(docs_url="/")
|
|
|
12 |
|
13 |
|
14 |
|
15 |
+
print("Testing teh build")
|
16 |
# NOTE - we configure docs_url to serve the interactive Docs at the root path
|
17 |
# of the app. This way, we can use the docs as a landing page for the app on Spaces.
|
18 |
app = FastAPI(docs_url="/")
|