Update nygaardcodecommentclassification/api/frontend.py
Browse files
nygaardcodecommentclassification/api/frontend.py
CHANGED
|
@@ -10,7 +10,7 @@ import gradio as gr
|
|
| 10 |
import requests
|
| 11 |
|
| 12 |
# API configuration for deploy
|
| 13 |
-
API_URL = os.getenv("API_URL", "
|
| 14 |
|
| 15 |
|
| 16 |
def get_categories_for_language(language: str) -> str:
|
|
|
|
| 10 |
import requests
|
| 11 |
|
| 12 |
# API configuration for deploy
|
| 13 |
+
API_URL = os.getenv("API_URL", "https://se4ai2526-uniba-nygaard-nygaardcodecomment-backend.hf.space/")
|
| 14 |
|
| 15 |
|
| 16 |
def get_categories_for_language(language: str) -> str:
|