AshenClock commited on
Commit
21119e3
·
verified ·
1 Parent(s): a46cfa1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ API_KEY = os.getenv("HF_API_KEY")
9
  client = InferenceClient(api_key=API_KEY)
10
 
11
  # File RDF
12
- RDF_FILE = "Progetto.rdf"
13
 
14
  # Carica un riassunto del file RDF
15
  def load_rdf_summary():
 
9
  client = InferenceClient(api_key=API_KEY)
10
 
11
  # File RDF
12
+ RDF_FILE = "Ontologia.rdf"
13
 
14
  # Carica un riassunto del file RDF
15
  def load_rdf_summary():