Spaces:
Sleeping
Sleeping
Shreyavalte
commited on
Commit
•
0681804
1
Parent(s):
c6181b0
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import os
|
4 |
import torch
|
5 |
|
6 |
-
from model import
|
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_Leaders_model
|
7 |
from timeit import default_timer as timer
|
8 |
from typing import Tuple, Dict
|
9 |
|