Hamzah-ALQadasi commited on
Commit
af7a7c6
·
verified ·
1 Parent(s): 8646d51

update main script

Browse files
Files changed (1) hide show
  1. main_gradio.py +1 -1
main_gradio.py CHANGED
@@ -282,6 +282,6 @@ iface = gr.Interface(
282
  description="Upload an image to process."
283
  )
284
 
285
- # Run the interface
286
  iface.launch()
287
 
 
282
  description="Upload an image to process."
283
  )
284
 
285
+ # Launch the interface
286
  iface.launch()
287