missvector commited on
Commit
3e0a644
·
1 Parent(s): 09a397f

Update space

Browse files
Files changed (2) hide show
  1. app.py +1 -2
  2. requirements.txt +1 -0
app.py CHANGED
@@ -103,6 +103,5 @@ demo = gr.Interface(
103
  description="Select a number of samples and associations to each sample to generate a graph.",
104
  )
105
 
106
-
107
  if __name__ == "__main__":
108
- demo.launch()
 
103
  description="Select a number of samples and associations to each sample to generate a graph.",
104
  )
105
 
 
106
  if __name__ == "__main__":
107
+ demo.launch(share=True)
requirements.txt CHANGED
@@ -2,3 +2,4 @@ huggingface_hub==0.25.2
2
  graphviz
3
  pydot
4
  pydot-ng
 
 
2
  graphviz
3
  pydot
4
  pydot-ng
5
+ apk add --update --no-cache graphviz