Eminda commited on
Commit
b19a44d
·
1 Parent(s): 2b75707

lower the requirement

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
- pipe = pipeline("text-generation", model="TheBloke/manticore-13b-chat-pyg-GPTQ")
5
 
6
  def greet(name):
7
  return pipe('who is the president of USA')
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+ pipe = pipeline("text-generation", model="TheBloke/PMC_LLAMA-7B-10-Epoch-SuperHOT-8K-GPTQ")
5
 
6
  def greet(name):
7
  return pipe('who is the president of USA')