renatotn7 commited on
Commit
71d01f7
1 Parent(s): afd9eb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ model = AutoModelForSpeechSeq2Seq.from_pretrained("openai/whisper-large")
7
 
8
 
9
  pipe = pipeline('sentiment-analysis')
10
- pipe2 = pipeline(task="image-bestify", model="beihai/GFPGAN-V1.3-whole-image")
11
  text = st.text_area('entre com algum texto')
12
  st.title("Hot Dog? Or Not? ")
13
  file_name = st.file_uploader("Upload a hot dog candidate image")
 
7
 
8
 
9
  pipe = pipeline('sentiment-analysis')
10
+ #pipe2 = pipeline(task="image-bestify", model="beihai/GFPGAN-V1.3-whole-image")
11
  text = st.text_area('entre com algum texto')
12
  st.title("Hot Dog? Or Not? ")
13
  file_name = st.file_uploader("Upload a hot dog candidate image")