Spaces:
Build error
Build error
app.py
CHANGED
@@ -73,10 +73,7 @@ def get_answers_timestamp(question, final_transcript, transcript):
|
|
73 |
start_timestamp = round(start_timestamp)
|
74 |
|
75 |
return start_timestamp
|
76 |
-
|
77 |
-
def set_example_question(example):
|
78 |
-
return gr.Image.update(value=example[0])
|
79 |
-
|
80 |
|
81 |
def display_vid(url, question):
|
82 |
print("******** display_vid ********")
|
|
|
73 |
start_timestamp = round(start_timestamp)
|
74 |
|
75 |
return start_timestamp
|
76 |
+
|
|
|
|
|
|
|
77 |
|
78 |
def display_vid(url, question):
|
79 |
print("******** display_vid ********")
|