Uday007 commited on
Commit
3f01735
·
1 Parent(s): 25341e0

Rename Oil_App.py to app.py

Browse files
Files changed (1) hide show
  1. Oil_App.py → app.py +1 -1
Oil_App.py → app.py RENAMED
@@ -33,5 +33,5 @@ ui=gr.Interface(
33
  )
34
 
35
  if __name__=="__main__":
36
- ui.launch(share=True)
37
 
 
33
  )
34
 
35
  if __name__=="__main__":
36
+ ui.launch()
37