HalteroXHunter commited on
Commit
f6c494a
1 Parent(s): 281885d

public url

Browse files
Files changed (1) hide show
  1. gradio_tst.py +1 -1
gradio_tst.py CHANGED
@@ -127,4 +127,4 @@ def launch_gradio_widget2(metric):
127
  # examples=[parse_test_cases(test_cases, feature_names, gradio_input_types)]
128
  )
129
 
130
- iface.launch()
 
127
  # examples=[parse_test_cases(test_cases, feature_names, gradio_input_types)]
128
  )
129
 
130
+ iface.launch(share=True)