Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,9 @@ 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/Mr.Events")
|
12 |
+
#Futuresony/Mr.Events
|
13 |
+
#Futuresony/ABSA_Test_Space
|
14 |
|
15 |
app = FastAPI()
|
16 |
|