Jingkang commited on
Commit
2ddef9b
·
1 Parent(s): 7673e3b

test egogpt-v1

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -466,4 +466,6 @@ with gr.Blocks(head=head) as demo:
466
  )
467
 
468
  # Launch the Gradio app
469
- demo.launch(share=True)
 
 
 
466
  )
467
 
468
  # Launch the Gradio app
469
+ if __name__ == "__main__":
470
+ demo.launch(share=True)
471
+