alexkueck commited on
Commit
2ff6fc9
1 Parent(s): dea88fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -438,7 +438,7 @@ def invoke (prompt, file, history, rag_option, model_option, openai_api_key, k=3
438
  if (prompt.find('zeichnen') != -1):
439
  #Bild ausgeben
440
  image = Image.open(io.BytesIO(result))
441
- history[-1][1] = image, #file.name,
442
  print("history zeichnen......................")
443
  print(history)
444
  if shared_state.interrupted:
 
438
  if (prompt.find('zeichnen') != -1):
439
  #Bild ausgeben
440
  image = Image.open(io.BytesIO(result))
441
+ history[-1][1] = image #file.name,
442
  print("history zeichnen......................")
443
  print(history)
444
  if shared_state.interrupted: