mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-06 10:25:17 +08:00
Merge pull request #116 from FauzaanQureshi/patch-1
Update preprocess method in Video class
This commit is contained in:
commit
d5dee10c37
@ -760,7 +760,7 @@ class Video(InputComponent):
|
||||
outputs={file_name + "." + self.type: None}
|
||||
)
|
||||
file_name += "." + self.type
|
||||
ff.run()
|
||||
ff.run()
|
||||
return file_name
|
||||
|
||||
def preprocess_example(self, x):
|
||||
|
Loading…
Reference in New Issue
Block a user