rhea2809 commited on
Commit
0a80e4d
·
1 Parent(s): 7b9b78a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,7 +1,9 @@
 
 
1
  import gradio as gr
2
  from model_list import ModelList
3
 
4
- from __future__ import annotations
5
 
6
  import numpy as np
7
  import pandas as pd
 
1
+ from __future__ import annotations
2
+
3
  import gradio as gr
4
  from model_list import ModelList
5
 
6
+
7
 
8
  import numpy as np
9
  import pandas as pd