Spaces:
Runtime error
Runtime error
yael-vinker
commited on
Commit
•
9a2e588
1
Parent(s):
c736cdc
- .ipynb_checkpoints/app-checkpoint.py +2 -2
- app.py +2 -2
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import torch
|
2 |
import gradio as gr
|
3 |
-
|
4 |
-
|
5 |
|
6 |
def greet(name):
|
7 |
return "hello" + name + torch.__version__
|
|
|
1 |
import torch
|
2 |
import gradio as gr
|
3 |
+
import pydiffvg
|
4 |
+
import clip
|
5 |
|
6 |
def greet(name):
|
7 |
return "hello" + name + torch.__version__
|
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import torch
|
2 |
import gradio as gr
|
3 |
-
|
4 |
-
|
5 |
|
6 |
def greet(name):
|
7 |
return "hello" + name + torch.__version__
|
|
|
1 |
import torch
|
2 |
import gradio as gr
|
3 |
+
import pydiffvg
|
4 |
+
import clip
|
5 |
|
6 |
def greet(name):
|
7 |
return "hello" + name + torch.__version__
|