Fetching metadata from the HF Docker repository...
|
@@ -1,7 +1,7 @@
|
1
|
import gradio as gr
|
2
|
|
3
|
def snap(image, video):
|
4
|
-
return [image, video]
|
5
|
|
6
|
demo = gr.Interface(
|
7
|
snap,
|
|
|
1
|
import gradio as gr
|
2
|
|
3
|
def snap(image, video):
|
4
|
+
return [video]
|
5
|
|
6
|
demo = gr.Interface(
|
7
|
snap,
|