eaglelandsonce commited on
Commit
7ef1e32
·
1 Parent(s): ef589cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def get_response(query):
16
  # Gradio interface
17
  iface = gr.Interface(
18
  fn=get_response,
19
- inputs=gr.inputs.Textbox(label="Enter your query"),
20
  outputs=gr.outputs.Textbox(label="Response"),
21
  title="AI Content Generator",
22
  description="Enter a query to generate content using Gemini Pro model."
 
16
  # Gradio interface
17
  iface = gr.Interface(
18
  fn=get_response,
19
+ inputs=gr.Textbox(label="Enter your query"),
20
  outputs=gr.outputs.Textbox(label="Response"),
21
  title="AI Content Generator",
22
  description="Enter a query to generate content using Gemini Pro model."