Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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")
|