nick-leland commited on
Commit
326eba0
·
1 Parent(s): 67bbd16
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -203,8 +203,8 @@ Difference: {diff:.2f} ({(diff/reference_prediction*100):.1f}% {'higher' if pred
203
  #
204
  # Note: This prediction is based on historical data and player statistics from OpenDota."""
205
  #
206
- # except Exception as e:
207
- # return f"Error in prediction pipeline: {str(e)}\n\nDebug info:\n{type(e).__name__}: {str(e)}"
208
 
209
  # Create Gradio interface
210
  demo = gr.Interface(
 
203
  #
204
  # Note: This prediction is based on historical data and player statistics from OpenDota."""
205
  #
206
+ except Exception as e:
207
+ return f"Error in prediction pipeline: {str(e)}\n\nDebug info:\n{type(e).__name__}: {str(e)}"
208
 
209
  # Create Gradio interface
210
  demo = gr.Interface(