Spaces:
Runtime error
Runtime error
Commit
·
d2378f8
1
Parent(s):
5db3d86
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from text_to_image import TextToImageTool
|
2 |
|
3 |
-
tool =
|
4 |
|
5 |
def fn(*args, **kwargs):
|
6 |
return tool(*args, **kwargs)
|
|
|
1 |
from text_to_image import TextToImageTool
|
2 |
|
3 |
+
tool = TextToImageTool()
|
4 |
|
5 |
def fn(*args, **kwargs):
|
6 |
return tool(*args, **kwargs)
|