APrmn8 commited on
Commit
8a7cf31
·
verified ·
1 Parent(s): e76df14

remove error

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -234,6 +234,4 @@ with gr.Blocks() as demo:
234
  # Launch the Gradio app
235
  if __name__ == "__main__":
236
  print("Launching Gradio app...")
237
- demo.launch(share=False)
238
- ```
239
- ```text
 
234
  # Launch the Gradio app
235
  if __name__ == "__main__":
236
  print("Launching Gradio app...")
237
+ demo.launch(share=False)