philschmid HF staff commited on
Commit
d267798
1 Parent(s): d268b64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ subprocess.run(command, shell=True, check=True)
12
 
13
  import json
14
  import gradio as gr
15
- from recommender.main import get_tgi_config
16
 
17
  def greet(model_id):
18
  configs = get_recommendation(model_id)
 
12
 
13
  import json
14
  import gradio as gr
15
+ from recommender.main import get_recommendation
16
 
17
  def greet(model_id):
18
  configs = get_recommendation(model_id)