AlejandraGG commited on
Commit
6b274d1
·
verified ·
1 Parent(s): 4be462f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
 
1
  import torch
2
  from transformers import pipeline
 
3
 
4
  model_id = "meta-llama/Llama-3.2-1B-Instruct"
5
  pipe = pipeline(
 
1
+ import os
2
  import torch
3
  from transformers import pipeline
4
+ import streamlit as st
5
 
6
  model_id = "meta-llama/Llama-3.2-1B-Instruct"
7
  pipe = pipeline(