shamik commited on
Commit
689de1d
β€’
1 Parent(s): 51105ad

updated app.py.

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  from huggingface_hub import InferenceClient
 
2
 
3
  client = InferenceClient(
4
  "meta-llama/Meta-Llama-3-8B-Instruct"
 
1
  from huggingface_hub import InferenceClient
2
+ import gradio as gr
3
 
4
  client = InferenceClient(
5
  "meta-llama/Meta-Llama-3-8B-Instruct"