Spaces:
Runtime error
Runtime error
AdamGustavsson
commited on
Commit
·
d4b44e1
1
Parent(s):
8ed119d
Reverted the background. didnt work.
Browse files
app.py
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
4 |
-
animegan = gr.Interface.load("spaces/akhaliq/AnimeGANv2")
|
5 |
-
|
6 |
-
gr.Series(bgRemove,animegan).launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.Interface.load("spaces/akhaliq/AnimeGANv2", inputs="webcam").launch()
|
|
|
|
|
|