saisriteja commited on
Commit
b069861
·
1 Parent(s): 6ef75de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(fname):
6
- return "the text is: " + fname , 'pose.mp4', 'julia.mp4'
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):