Spaces:
Build error
Build error
Commit ·
b069861
1
Parent(s): 6ef75de
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,8 +2,8 @@ import gradio as gr
|
|
| 2 |
import numpy as np
|
| 3 |
|
| 4 |
#define a function to process your input and output
|
| 5 |
-
def greet(
|
| 6 |
-
return "the text is: " +
|
| 7 |
|
| 8 |
|
| 9 |
# def greet(germantext):
|
|
|
|
| 2 |
import numpy as np
|
| 3 |
|
| 4 |
#define a function to process your input and output
|
| 5 |
+
def greet(GermanText):
|
| 6 |
+
return "the text is: " + GermanText, 'pose.mp4', 'julia.mp4'
|
| 7 |
|
| 8 |
|
| 9 |
# def greet(germantext):
|