flatindo commited on
Commit
4bf9502
·
1 Parent(s): 4e789b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ class GenerationConfig:
96
 
97
 
98
  def generate(
99
- question: "give me 2 titles about 'modern living room with sofa'",
100
  llm=LLM,
101
  config: GenerationConfig = GenerationConfig(),
102
  ):
 
96
 
97
 
98
  def generate(
99
+ question: str,
100
  llm=LLM,
101
  config: GenerationConfig = GenerationConfig(),
102
  ):