Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import os
|
| 3 |
#os.system('pip install torch -q')
|
| 4 |
-
|
| 5 |
import sys
|
| 6 |
import numpy as np
|
| 7 |
from PIL import Image
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import os
|
| 3 |
#os.system('pip install torch -q')
|
| 4 |
+
import torch
|
| 5 |
import sys
|
| 6 |
import numpy as np
|
| 7 |
from PIL import Image
|