Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,8 @@ def respond(
|
|
32 |
yield "Error: No model loaded. Please load a model first."
|
33 |
return
|
34 |
|
35 |
-
|
|
|
36 |
|
37 |
generation_kwargs = dict(
|
38 |
max_length=8192,
|
|
|
32 |
yield "Error: No model loaded. Please load a model first."
|
33 |
return
|
34 |
|
35 |
+
response = "..."
|
36 |
+
yield response
|
37 |
|
38 |
generation_kwargs = dict(
|
39 |
max_length=8192,
|