whoisterencelee commited on
Commit
24e2f5c
1 Parent(s): f3431f4

make public, change embeds

Browse files
Files changed (5) hide show
  1. .gitignore +2 -0
  2. app.py +2 -1
  3. embeds/a +0 -0
  4. embeds/s +0 -0
  5. embeds/v +0 -0
.gitignore CHANGED
@@ -1,2 +1,4 @@
1
  data
2
  __pycache__
 
 
 
1
  data
2
  __pycache__
3
+ flagged
4
+ axis
app.py CHANGED
@@ -54,4 +54,5 @@ def zxy( doc ):
54
  return "L" + str( int( zxy[ 0 ] ) ) + "/" + str( int( zxy[ 1 ] ) ) + "/" + str( int( zxy[ 2 ] ) )
55
 
56
  iface = gr.Interface(fn=zxy, inputs="text", outputs="text")
57
- iface.launch()
 
 
54
  return "L" + str( int( zxy[ 0 ] ) ) + "/" + str( int( zxy[ 1 ] ) ) + "/" + str( int( zxy[ 2 ] ) )
55
 
56
  iface = gr.Interface(fn=zxy, inputs="text", outputs="text")
57
+ #iface.launch()
58
+ iface.launch(share=True)
embeds/a CHANGED
Binary files a/embeds/a and b/embeds/a differ
 
embeds/s CHANGED
Binary files a/embeds/s and b/embeds/s differ
 
embeds/v CHANGED
Binary files a/embeds/v and b/embeds/v differ