Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ class GenerationConfig:
|
|
| 96 |
|
| 97 |
|
| 98 |
def generate(
|
| 99 |
-
question:
|
| 100 |
llm=LLM,
|
| 101 |
config: GenerationConfig = GenerationConfig(),
|
| 102 |
):
|
|
|
|
| 96 |
|
| 97 |
|
| 98 |
def generate(
|
| 99 |
+
question: str,
|
| 100 |
llm=LLM,
|
| 101 |
config: GenerationConfig = GenerationConfig(),
|
| 102 |
):
|