Spaces:
Build error
Build error
Commit
·
973af8d
1
Parent(s):
fbe7fe5
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
import numpy as np
|
5 |
import torch
|
6 |
|
7 |
-
from IMS-Toucan-modified import
|
8 |
|
9 |
os.system("pip uninstall -y gradio")
|
10 |
os.system("pip install gradio==2.7.5.2")
|
|
|
4 |
import numpy as np
|
5 |
import torch
|
6 |
|
7 |
+
from IMS-Toucan-modified import main
|
8 |
|
9 |
os.system("pip uninstall -y gradio")
|
10 |
os.system("pip install gradio==2.7.5.2")
|