yilinw commited on
Commit
6748e1c
1 Parent(s): 58023c8

gradio_app file for huggingface

Browse files
Files changed (1) hide show
  1. gradio_demo.py +4 -1
gradio_demo.py CHANGED
@@ -461,6 +461,7 @@ with gr.Blocks() as demo:
461
 
462
 
463
  # Launch the Gradio interface
 
464
  """
465
  demo.queue().launch(
466
  share=share,
@@ -468,7 +469,9 @@ demo.queue().launch(
468
  server_name='0.0.0.0',
469
  server_port=port)
470
  """
471
-
472
  demo.queue().launch(
473
  root_path="/etc/nginx/sites-available/radllama2_gradio_app"
474
  )
 
 
 
461
 
462
 
463
  # Launch the Gradio interface
464
+ demo.queue().launch()
465
  """
466
  demo.queue().launch(
467
  share=share,
 
469
  server_name='0.0.0.0',
470
  server_port=port)
471
  """
472
+ """
473
  demo.queue().launch(
474
  root_path="/etc/nginx/sites-available/radllama2_gradio_app"
475
  )
476
+
477
+ """