SilvusTV commited on
Commit
10e3728
1 Parent(s): be36f5d

fix phrase on language.py

Browse files
Files changed (2) hide show
  1. language.py +1 -1
  2. stableDiffusion.py +0 -0
language.py CHANGED
@@ -3,7 +3,7 @@ from transformers import T5Tokenizer, T5ForConditionalGeneration
3
  def longText(answere, question):
4
  print('###### LANGUAGES ######')
5
 
6
- input_text = "i have a question and answer.\nthe question is : {}\n the response is : {}\n with this information, can you create an answer phrase?".format(question, answere)
7
 
8
  print(question)
9
  print(answere)
 
3
  def longText(answere, question):
4
  print('###### LANGUAGES ######')
5
 
6
+ input_text = "i have a question and answer.\nthe question is : {}\n the response is : {};\n with this information, can you create an answer phrase?".format(question, answere)
7
 
8
  print(question)
9
  print(answere)
stableDiffusion.py ADDED
File without changes