ATG2024 commited on
Commit
5a2dff1
·
verified ·
1 Parent(s): 9c4da88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ def respond(user_input):
14
  return "How can I help you with astronomy?", None
15
  #Define the Gradio interface#
16
  iface = gr.Interface()
17
-
18
- fn=respond,
19
  inputs="text",
20
  outputs=["text", "image"]
21
 
 
14
  return "How can I help you with astronomy?", None
15
  #Define the Gradio interface#
16
  iface = gr.Interface()
17
+
18
+ fn=respond,
19
  inputs="text",
20
  outputs=["text", "image"]
21