mkoot007 commited on
Commit
40b84df
1 Parent(s): 8a6183c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1,7 +1,6 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
- # Load conversational pipeline
5
  chat_pipe = pipeline("conversational", model="alpindale/goliath-120b")
6
 
7
  # Define a function to generate responses
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
 
4
  chat_pipe = pipeline("conversational", model="alpindale/goliath-120b")
5
 
6
  # Define a function to generate responses