peterkchung commited on
Commit
0318995
·
verified ·
1 Parent(s): 4879b2a

Update app.py with imports

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