Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
port=5000
|
3 |
|
4 |
-
def
|
5 |
st.write(input)
|
6 |
|
7 |
# Start the WebSocket server
|
|
|
1 |
import gradio as gr
|
2 |
port=5000
|
3 |
|
4 |
+
def placeholder_fn(input):
|
5 |
st.write(input)
|
6 |
|
7 |
# Start the WebSocket server
|