Johann Diedrick commited on
Commit
caaab46
1 Parent(s): 3f31e90
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def my_inference_function(name):
30
  gradio_interface = gr.Interface(
31
  fn = my_inference_function,
32
  inputs = "text",
33
- outputs = [outputs]
34
  )
35
 
36
  gradio_interface.launch()
 
30
  gradio_interface = gr.Interface(
31
  fn = my_inference_function,
32
  inputs = "text",
33
+ outputs = [outputs],
34
  )
35
 
36
  gradio_interface.launch()