Fonty02 commited on
Commit
1a45883
·
verified ·
1 Parent(s): e4b9b02

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", "http://cirillinet.ddns.net:8000")
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: