Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -202,10 +202,11 @@ def tot_prob():
|
|
202 |
"AI":f"{fin_sub}"
|
203 |
}
|
204 |
print (fin_out)
|
|
|
205 |
except Exception as e:
|
|
|
206 |
pass
|
207 |
print (f'ERROR :: {e}')
|
208 |
-
|
209 |
with gr.Blocks() as app:
|
210 |
with gr.Row():
|
211 |
with gr.Column():
|
|
|
202 |
"AI":f"{fin_sub}"
|
203 |
}
|
204 |
print (fin_out)
|
205 |
+
return out
|
206 |
except Exception as e:
|
207 |
+
|
208 |
pass
|
209 |
print (f'ERROR :: {e}')
|
|
|
210 |
with gr.Blocks() as app:
|
211 |
with gr.Row():
|
212 |
with gr.Column():
|