Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
main.py
CHANGED
@@ -115,7 +115,7 @@ def predict(message: str, history: list[str]) -> str:
|
|
115 |
partial_message += new_token
|
116 |
yield partial_message
|
117 |
|
118 |
-
yield bypass
|
119 |
|
120 |
|
121 |
# Create and run the gradio interface
|
|
|
115 |
partial_message += new_token
|
116 |
yield partial_message
|
117 |
|
118 |
+
yield partial_message + bypass
|
119 |
|
120 |
|
121 |
# Create and run the gradio interface
|