Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
import subprocess
|
| 2 |
|
|
|
|
| 3 |
# Define the list of libraries to install with specific versions
|
| 4 |
libraries = [
|
| 5 |
'gradio==2.3.0', # You can update to a more recent version if needed
|
|
|
|
| 1 |
import subprocess
|
| 2 |
|
| 3 |
+
|
| 4 |
# Define the list of libraries to install with specific versions
|
| 5 |
libraries = [
|
| 6 |
'gradio==2.3.0', # You can update to a more recent version if needed
|