Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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)
|