Spaces:
Runtime error
Runtime error
eaglelandsonce
commited on
Commit
·
6f0f1e3
1
Parent(s):
7ef1e32
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def get_response(query):
|
|
17 |
iface = gr.Interface(
|
18 |
fn=get_response,
|
19 |
inputs=gr.Textbox(label="Enter your query"),
|
20 |
-
outputs=gr.
|
21 |
title="AI Content Generator",
|
22 |
description="Enter a query to generate content using Gemini Pro model."
|
23 |
)
|
|
|
17 |
iface = gr.Interface(
|
18 |
fn=get_response,
|
19 |
inputs=gr.Textbox(label="Enter your query"),
|
20 |
+
outputs=gr.Textbox(label="Response"),
|
21 |
title="AI Content Generator",
|
22 |
description="Enter a query to generate content using Gemini Pro model."
|
23 |
)
|