duhking commited on
Commit
94f4f5c
·
verified ·
1 Parent(s): 9337138

Update widgets_en.py

Browse files
Files changed (1) hide show
  1. widgets_en.py +1 -1
widgets_en.py CHANGED
@@ -339,7 +339,7 @@ controlnet_widget = widgets.Dropdown(options=controlnet_options, value='none', d
339
  controlnet_Num_widget = widgets.Text(description='ControlNet Number:', placeholder='Enter the ControlNet model numbers to be downloaded using comma/space.', style=style, layout=layout)
340
  commit_hash_widget = widgets.Text(description='Commit Hash:', style=style, layout=layout)
341
  optional_huggingface_token_widget = widgets.Text(description='Huggingface token:', style=style, layout=layout)
342
- ngrok_token_widget = widgets.Text(description='Ngrok token:',value='2WRNUNr4mA4xBM7dlZuscgyXSR7_4tisCAo2kfWagu1z4fgCL', style=style, layout=widgets.Layout(width='1047px'))
343
  ngrock_button = widgets.HTML('<a href="https://dashboard.ngrok.com/get-started/your-authtoken" target="_blank">Get Ngrok Token</a>').add_class("button_ngrok")
344
  ngrok_widget = widgets.HBox([ngrok_token_widget, ngrock_button], style=style, layout=layout)
345
  # ---
 
339
  controlnet_Num_widget = widgets.Text(description='ControlNet Number:', placeholder='Enter the ControlNet model numbers to be downloaded using comma/space.', style=style, layout=layout)
340
  commit_hash_widget = widgets.Text(description='Commit Hash:', style=style, layout=layout)
341
  optional_huggingface_token_widget = widgets.Text(description='Huggingface token:', style=style, layout=layout)
342
+ ngrok_token_widget = widgets.Text(description='Ngrok token:',value='2dgBGDLdlLPU0DqzdbxsuhaPi4I_6FsVii7A6xERFSCdSKgQV', style=style, layout=widgets.Layout(width='1047px'))
343
  ngrock_button = widgets.HTML('<a href="https://dashboard.ngrok.com/get-started/your-authtoken" target="_blank">Get Ngrok Token</a>').add_class("button_ngrok")
344
  ngrok_widget = widgets.HBox([ngrok_token_widget, ngrock_button], style=style, layout=layout)
345
  # ---