missvector commited on
Commit
1f58b80
·
1 Parent(s): 6493d23

Update space

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -0
app.py CHANGED
@@ -100,7 +100,7 @@ demo = gr.Interface(
100
  fn=sampling,
101
  outputs=gr.Image(type="filepath"),
102
  title="SynthNet",
103
- description="Select a number of samples and assiciations to each sample to generate a graph.",
104
  )
105
 
106
 
 
100
  fn=sampling,
101
  outputs=gr.Image(type="filepath"),
102
  title="SynthNet",
103
+ description="Select a number of samples and associations to each sample to generate a graph.",
104
  )
105
 
106
 
requirements.txt CHANGED
@@ -1,2 +1,4 @@
1
  huggingface_hub==0.25.2
2
  graphviz
 
 
 
1
  huggingface_hub==0.25.2
2
  graphviz
3
+ python-pydot
4
+ python-pydot-ng