chansung commited on
Commit
2469b95
1 Parent(s): 66cdd61

Update vid2persona/pipeline/llm.py

Browse files
Files changed (1) hide show
  1. vid2persona/pipeline/llm.py +1 -0
vid2persona/pipeline/llm.py CHANGED
@@ -1,4 +1,5 @@
1
  import toml
 
2
  from string import Template
3
  from transformers import AutoTokenizer
4
 
 
1
  import toml
2
+ import gradio as gr
3
  from string import Template
4
  from transformers import AutoTokenizer
5