Sambhavnoobcoder commited on
Commit
868b522
·
1 Parent(s): 62835f2

last code gave constant black loading of gradio interface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def main():
65
  debug=True
66
  )
67
 
68
- iface.launch(share=True)
69
 
70
 
71
  if __name__ == "__main__":
 
65
  debug=True
66
  )
67
 
68
+ iface.launch()
69
 
70
 
71
  if __name__ == "__main__":