Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
-
import gradio as gr
|
| 2 |
import os
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
import matplotlib.pyplot as plt
|
| 4 |
from scipy.integrate import odeint
|
| 5 |
import torch
|
|
|
|
|
|
|
| 1 |
import os
|
| 2 |
+
os.system('pip uninstall -y gradio')
|
| 3 |
+
os.system('pip install gradio==5.0.1')
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
import gradio as gr
|
| 7 |
import matplotlib.pyplot as plt
|
| 8 |
from scipy.integrate import odeint
|
| 9 |
import torch
|