praneeth dodedu commited on
Commit
ab880a7
·
1 Parent(s): a60a5ea
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -224,10 +224,5 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, title="RyBOT") as demo:
224
  inputs=None,
225
  outputs=[txt]
226
  )
227
-
228
- gr.close_all()
229
- demo.launch(server_port=7861)
230
-
231
 
232
- #if __name__ == "__main__":
233
- # main()
 
224
  inputs=None,
225
  outputs=[txt]
226
  )
 
 
 
 
227
 
228
+ demo.launch()