Update main.py
Browse files
main.py
CHANGED
@@ -17,7 +17,7 @@ from deep_translator import GoogleTranslator
|
|
17 |
|
18 |
app = FastAPI()
|
19 |
|
20 |
-
API_URL = "https://api-inference.huggingface.co/models/
|
21 |
API_TOKEN = os.getenv("HF_READ_TOKEN") # it is free
|
22 |
headers = {"Authorization": f"Bearer {API_TOKEN}"}
|
23 |
|
|
|
17 |
|
18 |
app = FastAPI()
|
19 |
|
20 |
+
API_URL = "https://api-inference.huggingface.co/models/dataautogpt3/Proteus-RunDiffusion"
|
21 |
API_TOKEN = os.getenv("HF_READ_TOKEN") # it is free
|
22 |
headers = {"Authorization": f"Bearer {API_TOKEN}"}
|
23 |
|