CosmoAI commited on
Commit
f50380b
·
1 Parent(s): f03da32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def responsenew(data):
35
  return bardChat(data)
36
 
37
 
38
- gradio_interface = gradio.Interface(
39
  fn = responsenew,
40
  inputs = "text",
41
  outputs = "text"
 
35
  return bardChat(data)
36
 
37
 
38
+ gradio_interface = gr.Interface(
39
  fn = responsenew,
40
  inputs = "text",
41
  outputs = "text"