Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
crystal99
/
vnc
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
crystal99
commited on
Jul 14
Commit
5dc43f1
·
verified
·
1 Parent(s):
a31c61e
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from screenenv import ScreenEnv
2
+
3
+
# Create virtual desktop instance with GUI
4
+
app = ScreenEnv()