Transformers
Inference Endpoints
vorstcavry commited on
Commit
7fdbf46
1 Parent(s): ad42c32

Update files_cells/python/en/widgets_en.py

Browse files
files_cells/python/en/widgets_en.py CHANGED
@@ -1,4 +1,4 @@
1
- ##~ WIDGET CODE | BY: ANXETY ~##
2
 
3
  import os
4
  import json
@@ -505,7 +505,7 @@ zrok_token_widget = widgets.Text(description='Zrok Token:', style=style, layout=
505
  zrok_button = widgets.HTML('<a href="https://colab.research.google.com/drive/1d2sjWDJi_GYBUavrHSuQyHTDuLy36WpU" target="_blank">Reg Zrok Token</a>').add_class("button_ngrok")
506
  zrok_widget = widgets.HBox([zrok_token_widget, zrok_button], style=style, layout=layout)
507
  # ---
508
- commandline_arguments_options = "--listen --enable-insecure-extension-access --theme dark --no-half-vae --disable-console-progressbars --xformers"
509
  commandline_arguments_widget = widgets.Text(description='Arguments:', value=commandline_arguments_options, style=style, layout=layout)
510
 
511
  ''' Display Additional'''
 
1
+ ## //Vorst Cavry// ##
2
 
3
  import os
4
  import json
 
505
  zrok_button = widgets.HTML('<a href="https://colab.research.google.com/drive/1d2sjWDJi_GYBUavrHSuQyHTDuLy36WpU" target="_blank">Reg Zrok Token</a>').add_class("button_ngrok")
506
  zrok_widget = widgets.HBox([zrok_token_widget, zrok_button], style=style, layout=layout)
507
  # ---
508
+ commandline_arguments_options = "--listen --enable-insecure-extension-access --theme dark --no-half-vae --disable-console-progressbars --xformers --skip-torch-cuda-test"
509
  commandline_arguments_widget = widgets.Text(description='Arguments:', value=commandline_arguments_options, style=style, layout=layout)
510
 
511
  ''' Display Additional'''