Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
audrey06100
/
AIEEG
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
audrey06100
commited on
Aug 15, 2024
Commit
d725d3b
·
1 Parent(s):
2cb93fb
update
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -934,5 +934,5 @@ with gr.Blocks() as demo:
934
)
935
936
if __name__ == "__main__":
937
-
demo.launch(
server_name="0.0.0.0", server_port=7860
)
938
934
)
935
936
if __name__ == "__main__":
937
+
demo.launch()
938