alexkueck commited on
Commit
2f732e6
1 Parent(s): ed5fdce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -444,7 +444,7 @@ def invoke (prompt, file, history, rag_option, model_option, openai_api_key, k=3
444
 
445
  print("image:.................")
446
 
447
- history[-1][1] = gr.Markdown("<img src='data:image/png;base64,{image}'/>") #file.name,
448
  print("history zeichnen......................")
449
  print(history)
450
  if shared_state.interrupted:
 
444
 
445
  print("image:.................")
446
 
447
+ history[-1][1] = "<img src='data:image/png;base64,{image}'/>" #file.name,
448
  print("history zeichnen......................")
449
  print(history)
450
  if shared_state.interrupted: