test-rtechs commited on
Commit
d79952a
1 Parent(s): 4c83015

Update app_rvc.py

Browse files
Files changed (1) hide show
  1. app_rvc.py +2 -0
app_rvc.py CHANGED
@@ -2929,6 +2929,8 @@ if __name__ == "__main__":
2929
  lg_conf = get_language_config(language_data, language=args.language)
2930
 
2931
  app = create_gui(args.theme, logs_in_gui=args.logs_in_gui)
 
 
2932
 
2933
  app.queue()
2934
 
 
2929
  lg_conf = get_language_config(language_data, language=args.language)
2930
 
2931
  app = create_gui(args.theme, logs_in_gui=args.logs_in_gui)
2932
+ print(IS_HUGGINGFACE_SPACE)
2933
+ print(FORCE_PUBLIC_SHARE)
2934
 
2935
  app.queue()
2936