simonduerr commited on
Commit
8a361d8
1 Parent(s): 99a28f0

Update output_helpers.py

Browse files
Files changed (1) hide show
  1. output_helpers.py +1 -1
output_helpers.py CHANGED
@@ -3,7 +3,7 @@ import json
3
  import os
4
 
5
  local_url = "http://localhost:8888/frontend/"
6
- remote_url = "https://cdn.jsdelivr.net/gh/duerrsimon/vue_3dmol_gradio@v0.1/"
7
 
8
 
9
  if os.environ.get("GRADIO_LOCAL") is not None:
 
3
  import os
4
 
5
  local_url = "http://localhost:8888/frontend/"
6
+ remote_url = "https://cdn.jsdelivr.net/gh/duerrsimon/vue_3dmol_gradio@v.02/"
7
 
8
 
9
  if os.environ.get("GRADIO_LOCAL") is not None: