Spaces:
Runtime error
Runtime error
Create entrypoint.sh
Browse files- entrypoint.sh +4 -0
entrypoint.sh
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
|
3 |
+
# Start the Gradio application
|
4 |
+
python app.py
|