zhangjiaheng001 commited on
Commit
2541188
1 Parent(s): a7ba55d

add creat_vit_model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  import os
4
  import torch
5
 
6
- from model import create_effnetb2_model
7
  from timeit import default_timer as timer
8
  from typing import Tuple, Dict
9
 
 
3
  import os
4
  import torch
5
 
6
+ from model import create_effnetb2_model,create_vit_model
7
  from timeit import default_timer as timer
8
  from typing import Tuple, Dict
9