imperialwool commited on
Commit
a526b93
1 Parent(s): 40e3da3

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +4 -4
gradio_app.py CHANGED
@@ -82,7 +82,7 @@ demo = gr.Interface(
82
  outputs=["text"],
83
  title=title,
84
  description=desc
85
- ).queue()
86
- if __name__ == "__main__":
87
- print("! LAUNCHING GRADIO !")
88
- demo.launch()
 
82
  outputs=["text"],
83
  title=title,
84
  description=desc
85
+ )
86
+ #demo.queue()
87
+ print("! LAUNCHING GRADIO !")
88
+ demo.launch()