r-o-y-a commited on
Commit
84d4556
1 Parent(s): d6ab7fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,5 +11,5 @@ gradio_interface = gradio.Interface(
11
  inputs = "text",
12
  outputs = "text"
13
  )
14
- gradio_interface.queue(api-open=True)
15
  gradio_interface.launch()
 
11
  inputs = "text",
12
  outputs = "text"
13
  )
14
+ gradio_interface.queue(api_open=True)
15
  gradio_interface.launch()