SmilingTree commited on
Commit
9adffde
·
verified ·
1 Parent(s): 7250ed9

test model tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from transformers import pipeline
3
 
4
  # pipeline = pipeline("text-generation", model="isarth/distill_gpt2_story_generator")
5
- pipeline = pipeline("text-generation", model="TheBloke/storytime-13B-GPTQ")
6
 
7
  def text_generate(input_text):
8
  result = pipeline(input_text)
 
2
  from transformers import pipeline
3
 
4
  # pipeline = pipeline("text-generation", model="isarth/distill_gpt2_story_generator")
5
+ pipeline = pipeline("text-generation", model="tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b")
6
 
7
  def text_generate(input_text):
8
  result = pipeline(input_text)