tonybur commited on
Commit
8e90b82
·
verified ·
1 Parent(s): 029e952

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
 
1
+ import fire
2
+ from llama_cpp import Llama
3
  import gradio as gr
4
  from huggingface_hub import InferenceClient
5