Eminda
commited on
Commit
·
b19a44d
1
Parent(s):
2b75707
lower the requirement
Browse files
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/
|
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')
|