Spaces:
Sleeping
Sleeping
Tony Shepherd
commited on
Commit
•
14275a9
1
Parent(s):
abb1f73
comments only
Browse files
app.py
CHANGED
@@ -12,6 +12,8 @@
|
|
12 |
# Requirement: ability to get anything back from a post request of an API hosted on Huiggingface server
|
13 |
# (separate to the requirement of a GPU, which will cost money)
|
14 |
|
|
|
|
|
15 |
from fastapi import FastAPI, Request, HTTPException
|
16 |
from payload import SomeText
|
17 |
|
|
|
12 |
# Requirement: ability to get anything back from a post request of an API hosted on Huiggingface server
|
13 |
# (separate to the requirement of a GPU, which will cost money)
|
14 |
|
15 |
+
# If so, the only thing that's in the huggingface space is opensource anyway, so no risk of losing code IPR that is outside the space (the code calling the model API)
|
16 |
+
|
17 |
from fastapi import FastAPI, Request, HTTPException
|
18 |
from payload import SomeText
|
19 |
|