jpdiazpardo commited on
Commit
a68a0c7
1 Parent(s): 922a4a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -127,8 +127,6 @@ with gr.Blocks() as demo:
127
  )
128
 
129
  demo.queue(concurrency_count=3)
130
-
131
- if __name__ == "__main__":
132
- demo.launch(debug = True)
133
 
134
  #----------------------------------------------------------------------------------------------------------------------------------------------------
 
127
  )
128
 
129
  demo.queue(concurrency_count=3)
130
+ demo.launch(debug = True)
 
 
131
 
132
  #----------------------------------------------------------------------------------------------------------------------------------------------------