Spaces:
Runtime error
Runtime error
break test
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import math
|
|
|
3 |
from functools import partial
|
4 |
import matplotlib.pyplot as plt
|
5 |
import numpy as np
|
|
|
1 |
import gradio as gr
|
2 |
import math
|
3 |
+
1/0
|
4 |
from functools import partial
|
5 |
import matplotlib.pyplot as plt
|
6 |
import numpy as np
|