KWRegan commited on
Commit
af7a9e5
·
1 Parent(s): 91890a1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -597,7 +597,7 @@ def main(INPUT_FILE, OUTPUT_FILE, PROMPT_ID, PROMPT_TOPIC, MULTI_PV, NUM_WORDS,
597
 
598
  def premain(ip):
599
  #txtoutput = main("Kanga.txt", "KangaroosByQ06.lif", "KangarooEssay", "The Mating Habits of Kangaroos", 100, 1000, 10000, 1, 0, 1, "Qwen")
600
- txtoutput = main("Kangaroos.txt", "KangaroosByQ4.lif", "KangarooEssay", "The Mating Habits of Kangaroos", 1000, 1000, 10000, 1, 0, 1, "Qwen4B")
601
  return txtoutput
602
 
603
  demo = gr.Interface(fn=premain, inputs="text", outputs="text")
 
597
 
598
  def premain(ip):
599
  #txtoutput = main("Kanga.txt", "KangaroosByQ06.lif", "KangarooEssay", "The Mating Habits of Kangaroos", 100, 1000, 10000, 1, 0, 1, "Qwen")
600
+ txtoutput = main("Romance.txt", "RomanceByQ06.lif", "KWR Romance ssay", "Essay on Romance", 1000, 1000, 10000, 1, 0, 1, "Qwen3-06B")
601
  return txtoutput
602
 
603
  demo = gr.Interface(fn=premain, inputs="text", outputs="text")