Spaces:
Runtime error
Runtime error
Logan Zoellner
commited on
Commit
Β·
4cb5124
1
Parent(s):
81a5f20
call fn[0]
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
title: SafteyWaifu
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: red
|
| 6 |
sdk: gradio
|
|
|
|
| 1 |
---
|
| 2 |
title: SafteyWaifu
|
| 3 |
+
emoji: ππ»ββοΈ
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: red
|
| 6 |
sdk: gradio
|
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def desc_to_image(desc):
|
|
| 16 |
print("about to die",iface,dir(iface))
|
| 17 |
|
| 18 |
|
| 19 |
-
img=iface(tadneSeed,psi)
|
| 20 |
return img
|
| 21 |
|
| 22 |
demo = gr.Blocks()
|
|
|
|
| 16 |
print("about to die",iface,dir(iface))
|
| 17 |
|
| 18 |
|
| 19 |
+
img=iface.fns[0].fn(tadneSeed,psi)
|
| 20 |
return img
|
| 21 |
|
| 22 |
demo = gr.Blocks()
|