Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ if user_input:
|
|
36 |
"temperature":temperature,
|
37 |
"wait_for_model":True})
|
38 |
|
39 |
-
model_name =
|
40 |
st.write(f'Model {model_name}: {output}')
|
41 |
|
42 |
|
|
|
36 |
"temperature":temperature,
|
37 |
"wait_for_model":True})
|
38 |
|
39 |
+
model_name = checkpoint.split('/')[1]
|
40 |
st.write(f'Model {model_name}: {output}')
|
41 |
|
42 |
|