shamik
commited on
Commit
β’
689de1d
1
Parent(s):
51105ad
updated app.py.
Browse files
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"
|