rewebution commited on
Commit
d58aa3a
1 Parent(s): fb7b0b1

fix: type with gradio_interface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ gradio_interface = gradio.Interface(
12
  )
13
 
14
 
15
- gradio.Interface.launch()
 
12
  )
13
 
14
 
15
+ gradio_interface.launch()