Entreprenerdly commited on
Commit
7bb9093
1 Parent(s): fd2ea6f

Create setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +7 -0
setup.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Install the correct version of Gradio
4
+ pip install --no-cache-dir gradio==3.40.1
5
+
6
+ # Run the app
7
+ python app.py