Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
GradioWebsocketTest
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
awacke1
commited on
Nov 26, 2024
Commit
90b362e
·
verified
·
1 Parent(s):
c3d0cf6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
port=5000
2
# Start the WebSocket server
3
async def start_websockets():
1
+
import gradio as gr
2
port=5000
3
# Start the WebSocket server
4
async def start_websockets():