alexkueck commited on
Commit
8a55dff
1 Parent(s): c6772aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -465,7 +465,7 @@ def generate_bild(prompt, chatbot, temperature=0.5, max_new_tokens=4048,top_p=0
465
  #zu einem Bild und Text-Prompt eine Analyse generieren
466
  def generate_text_zu_bild(file, prompt):
467
  headers, payload = process_image(file, prompt)
468
- response = requests.post("https://api.openai.com/v1/chat/completions", headers=headers, json=payload)
469
  #als json ausgeben
470
  data = response.json()
471
  # Den "content" auswählen, da dort die Antwort der Ki enthalten ist
@@ -687,7 +687,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
687
  fn=generate_auswahl,
688
  inputs=[
689
  user_question,
690
- upload,
691
  chatbot,
692
  history,
693
  rag_option,
 
465
  #zu einem Bild und Text-Prompt eine Analyse generieren
466
  def generate_text_zu_bild(file, prompt):
467
  headers, payload = process_image(file, prompt)
468
+ response = "Deas ist ein Test mit att Bild" #requests.post("https://api.openai.com/v1/chat/completions", headers=headers, json=payload)
469
  #als json ausgeben
470
  data = response.json()
471
  # Den "content" auswählen, da dort die Antwort der Ki enthalten ist
 
687
  fn=generate_auswahl,
688
  inputs=[
689
  user_question,
690
+ attached_file,
691
  chatbot,
692
  history,
693
  rag_option,