Spaces:
Runtime error
Runtime error
SivaResearch
commited on
Commit
•
afc5bc1
1
Parent(s):
b6d5990
update app.py
Browse files
app.py
CHANGED
@@ -28,8 +28,8 @@ audio_interface = gr.Interface(inference.deepfakes_spec_predict,
|
|
28 |
cache_examples = False)
|
29 |
|
30 |
|
31 |
-
app = gr.TabbedInterface(interface_list= [
|
32 |
-
tab_names = ['
|
33 |
|
34 |
if __name__ == '__main__':
|
35 |
app.launch(share = False)
|
|
|
28 |
cache_examples = False)
|
29 |
|
30 |
|
31 |
+
app = gr.TabbedInterface(interface_list= [video_interface, audio_interface,image_interface],
|
32 |
+
tab_names = ['Video inference', 'Audio inference', 'Image inference'])
|
33 |
|
34 |
if __name__ == '__main__':
|
35 |
app.launch(share = False)
|