Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
import os
|
2 |
-
os.system('pip uninstall gradio_client')
|
3 |
os.system('python install.py')
|
4 |
import gradio as gr
|
5 |
from pipeline.run_pipeline import *
|
|
|
1 |
import os
|
|
|
2 |
os.system('python install.py')
|
3 |
import gradio as gr
|
4 |
from pipeline.run_pipeline import *
|