szili2011 commited on
Commit
13a6289
·
verified ·
1 Parent(s): 012a8ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,4 +83,4 @@ interface = gr.Interface(
83
  if __name__ == "__main__":
84
  tf.config.set_visible_devices([], 'GPU')
85
  # The ValueError shows that share=True IS required for your environment.
86
- interface.launch(share=True)
 
83
  if __name__ == "__main__":
84
  tf.config.set_visible_devices([], 'GPU')
85
  # The ValueError shows that share=True IS required for your environment.
86
+ interface.launch()