retr04error commited on
Commit
065cf05
1 Parent(s): c2f66ca
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -76,4 +76,6 @@ interface = gr.Interface(
76
 
77
  # Run the interface
78
  if __name__ == "__main__":
79
- interface.launch(share=True)
 
 
 
76
 
77
  # Run the interface
78
  if __name__ == "__main__":
79
+ interface.launch(
80
+ share=True
81
+ )