Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- models/app.py +1 -1
models/app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
# server/localhosted models implementation
|
| 2 |
import torch
|
| 3 |
import lpips
|
| 4 |
import gradio as gr
|
|
|
|
| 1 |
+
# server/localhosted models implementation (extended applications demo)
|
| 2 |
import torch
|
| 3 |
import lpips
|
| 4 |
import gradio as gr
|