Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ VALID_API_KEY = os.getenv("APP_API_KEY") # for your FastAPI security
|
|
| 8 |
SPACE_API_KEY = os.getenv("SPACE_API_KEY") # for your hosted HF Space
|
| 9 |
|
| 10 |
# Connect to hosted space
|
| 11 |
-
client = Client("Futuresony/
|
| 12 |
|
| 13 |
app = FastAPI()
|
| 14 |
|
|
|
|
| 8 |
SPACE_API_KEY = os.getenv("SPACE_API_KEY") # for your hosted HF Space
|
| 9 |
|
| 10 |
# Connect to hosted space
|
| 11 |
+
client = Client("Futuresony/ABSA_Test_Space")
|
| 12 |
|
| 13 |
app = FastAPI()
|
| 14 |
|