Update run.py
Browse files
run.py
CHANGED
|
@@ -162,7 +162,7 @@ def response(request: gr.Request,prompt, history, temperature=0.9, max_new_token
|
|
| 162 |
output += response.token.text
|
| 163 |
yield output
|
| 164 |
now = str(datetime.now())
|
| 165 |
-
save_to_sheet(now, prompt, output, IP, dev, headers)
|
| 166 |
yield output
|
| 167 |
|
| 168 |
gr.ChatInterface(
|
|
|
|
| 162 |
output += response.token.text
|
| 163 |
yield output
|
| 164 |
now = str(datetime.now())
|
| 165 |
+
save_to_sheet(now, prompt, output, IP, dev, str(headers))
|
| 166 |
yield output
|
| 167 |
|
| 168 |
gr.ChatInterface(
|