ManishThota commited on
Commit
cf22d62
·
verified ·
1 Parent(s): 8b67eef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -194,8 +194,7 @@ def gradio_predict(video,image, question):
194
 
195
 
196
  def convert_and_save(data):
197
-
198
- return data
199
 
200
  css = """
201
  #container{
 
194
 
195
 
196
  def convert_and_save(data):
197
+ return pd.DataFrame([data])
 
198
 
199
  css = """
200
  #container{