app.py
Browse files
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("
|
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")
|