Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sunshineatnoon
/
TextureScraping
like
7
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sunshineatnoon
commited on
Apr 25, 2022
Commit
2fe6475
·
1 Parent(s):
bb8ae8f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -303,4 +303,5 @@ def main():
303
tester.display()
304
305
if __name__ == '__main__':
306
main()
303
tester.display()
304
305
if __name__ == '__main__':
306
+
os.system("pip install torch-geometric==1.7.2")
307
main()