Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
result = subprocess.run(
|
2 |
['pip', 'install', 'https://gradio-main-build.s3.amazonaws.com/bebfb72b353a4280155cf7070441fc476ac10172/gradio-3.28.3-py3-none-any.whl'], check=True)
|
3 |
import gradio as gr
|
|
|
1 |
+
import subprocess
|
2 |
result = subprocess.run(
|
3 |
['pip', 'install', 'https://gradio-main-build.s3.amazonaws.com/bebfb72b353a4280155cf7070441fc476ac10172/gradio-3.28.3-py3-none-any.whl'], check=True)
|
4 |
import gradio as gr
|