Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
4a3908c
1
Parent(s):
cef84cb
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ from PIL import Image
|
|
3 |
import torch
|
4 |
import gradio as gr
|
5 |
|
|
|
6 |
os.system("pip install gradio==2.5.0")
|
7 |
import torch
|
8 |
torch.backends.cudnn.benchmark = True
|
|
|
3 |
import torch
|
4 |
import gradio as gr
|
5 |
|
6 |
+
|
7 |
os.system("pip install gradio==2.5.0")
|
8 |
import torch
|
9 |
torch.backends.cudnn.benchmark = True
|