bstraehle commited on
Commit
2d34c43
1 Parent(s): 13b6f87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -68,9 +68,11 @@ description = """<a href='https://www.gradio.app/'>Gradio</a> UI using <a href='
68
  RAG evaluation via <a href='https://wandb.ai/bstraehle'>Weights & Biases</a>."""
69
 
70
  gr.close_all()
 
71
  demo = gr.Interface(fn = invoke,
72
  inputs = [gr.Textbox(label = "Prompt", lines = 1)],
73
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
74
  title = "Generative AI - LLM",
75
  description = description)
 
76
  demo.launch()
 
68
  RAG evaluation via <a href='https://wandb.ai/bstraehle'>Weights & Biases</a>."""
69
 
70
  gr.close_all()
71
+
72
  demo = gr.Interface(fn = invoke,
73
  inputs = [gr.Textbox(label = "Prompt", lines = 1)],
74
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
75
  title = "Generative AI - LLM",
76
  description = description)
77
+
78
  demo.launch()