Laishram Pongthangamba Meitei commited on
Commit
7088ed2
·
verified ·
1 Parent(s): a6c8077

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -260,6 +260,7 @@ with gr.Blocks(theme=my_theme,title="Knee Predict") as demo:
260
 
261
 
262
  if __name__ == "__main__":
 
263
  demo.launch(share=True,server_name='0.0.0.0')
264
 
265
 
 
260
 
261
 
262
  if __name__ == "__main__":
263
+
264
  demo.launch(share=True,server_name='0.0.0.0')
265
 
266