Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
ca389f6
1
Parent(s):
b6b381a
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
import torch
|
2 |
import gradio as gr
|
3 |
model = torch.hub.load("PeterL1n/RobustVideoMatting", "mobilenetv3") # or "resnet50"
|
|
|
1 |
+
import os
|
2 |
+
os.system('pip install gradio --upgrade')
|
3 |
+
os.system('pip freeze')
|
4 |
import torch
|
5 |
import gradio as gr
|
6 |
model = torch.hub.load("PeterL1n/RobustVideoMatting", "mobilenetv3") # or "resnet50"
|