jost commited on
Commit
598fec3
·
verified ·
1 Parent(s): 471f9fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def predict(api_key, user_input, model1, model2):
34
 
35
 
36
  def main():
37
- description = "This is a simple interface to interact with OpenAI’s Chat Completion API. Please enter your API key and your message."
38
  with gr.Blocks() as demo:
39
  with gr.Row():
40
  api_key_input = gr.Textbox(label="API Key", placeholder="Enter your API key here", show_label=True, type="password")
 
34
 
35
 
36
  def main():
37
+ description = "This is a simple interface to compare two model prodided by Anyscale. Please enter your API key and your message."
38
  with gr.Blocks() as demo:
39
  with gr.Row():
40
  api_key_input = gr.Textbox(label="API Key", placeholder="Enter your API key here", show_label=True, type="password")