focusit commited on
Commit
7761f80
·
1 Parent(s): 4b6c512

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,6 +38,6 @@ def responsenew(data):
38
  gradio_interface = gradio.Interface(
39
  fn = responsenew,
40
  inputs = "text",
41
- outputs = "text"
42
  )
43
  gradio_interface.launch()
 
38
  gradio_interface = gradio.Interface(
39
  fn = responsenew,
40
  inputs = "text",
41
+ outputs = "text"
42
  )
43
  gradio_interface.launch()