Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import random
|
|
| 6 |
import logging
|
| 7 |
import numpy as np
|
| 8 |
from typing import Any, Dict, List, Optional, Union
|
| 9 |
-
|
| 10 |
import torch
|
| 11 |
from PIL import Image
|
| 12 |
import gradio as gr
|
|
|
|
| 6 |
import logging
|
| 7 |
import numpy as np
|
| 8 |
from typing import Any, Dict, List, Optional, Union
|
| 9 |
+
|
| 10 |
import torch
|
| 11 |
from PIL import Image
|
| 12 |
import gradio as gr
|