kubrabuzlu commited on
Commit
3a4a3e1
·
verified ·
1 Parent(s): 98a859d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import requests
3
  from pydantic import BaseModel
4
 
5
  # Define API endpoint
6
- API_ENDPOINT = "http://localhost:8000/analyze/"
7
 
8
  # Define data model for API request
9
  class Text(BaseModel):
 
3
  from pydantic import BaseModel
4
 
5
  # Define API endpoint
6
+ API_ENDPOINT = "https://kubrabuzlu-sentimentandintentionanalysis.hf.space/analyze/"
7
 
8
  # Define data model for API request
9
  class Text(BaseModel):