Spaces:
Runtime error
Runtime error
Commit
·
9267364
1
Parent(s):
a168a16
Update app.py
Browse files
app.py
CHANGED
@@ -10,10 +10,11 @@ def call_gradio_api(user_input):
|
|
10 |
# Interface for the Gradio app
|
11 |
iface = gr.Interface(
|
12 |
fn=call_gradio_api,
|
13 |
-
inputs=
|
14 |
-
outputs=[
|
15 |
-
|
16 |
-
|
|
|
17 |
)
|
18 |
|
19 |
# Launch the Gradio app
|
|
|
10 |
# Interface for the Gradio app
|
11 |
iface = gr.Interface(
|
12 |
fn=call_gradio_api,
|
13 |
+
inputs="text",
|
14 |
+
outputs=["json","json","json"],
|
15 |
+
layout="vertical",
|
16 |
+
title="CCL Playground",
|
17 |
+
description="Enter a query to get response using RAG"
|
18 |
)
|
19 |
|
20 |
# Launch the Gradio app
|