alexkueck commited on
Commit
6dbec7e
1 Parent(s): 61aa3ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -409,11 +409,6 @@ def generate_text (prompt, chatbot, history, rag_option, model_option, openai_ap
409
  ###############################################
410
  #Beschreibung oben in GUI
411
  ################################################
412
- #title = "LLM mit RAG"
413
- #description = """<strong>Information:</strong> Hier wird ein <strong>Large Language Model (LLM)</strong> mit
414
- #<strong>Retrieval Augmented Generation (RAG)</strong> auf <strong>externen Daten</strong> verwendet.\n\n"""
415
-
416
- description2 = "<strong>Information:</strong> Hier wird ein <strong>Large Language Model (LLM)</strong> zum Zeichnen verwendet. Zur Zeit wird hier Stable Diffusion verwendet.\n\n"
417
 
418
  #css = """.toast-wrap { display: none !important } """
419
  #examples=[['Was ist ChtGPT-4?'],['schreibe ein Python Programm, dass die GPT-4 API aufruft.']]
@@ -525,7 +520,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
525
  with gr.Row():
526
  gr.HTML("LI Zeichnen mit KI")
527
  status_display2 = gr.Markdown("Success", elem_id="status_display")
528
- gr.Markdown(description2)
529
  with gr.Row():
530
  with gr.Column(scale=5):
531
  with gr.Row():
 
409
  ###############################################
410
  #Beschreibung oben in GUI
411
  ################################################
 
 
 
 
 
412
 
413
  #css = """.toast-wrap { display: none !important } """
414
  #examples=[['Was ist ChtGPT-4?'],['schreibe ein Python Programm, dass die GPT-4 API aufruft.']]
 
520
  with gr.Row():
521
  gr.HTML("LI Zeichnen mit KI")
522
  status_display2 = gr.Markdown("Success", elem_id="status_display")
523
+ #gr.Markdown(description2)
524
  with gr.Row():
525
  with gr.Column(scale=5):
526
  with gr.Row():