Ahsen Khaliq
commited on
Commit
•
9cef26b
1
Parent(s):
6daaed7
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ from keras_cv_attention_models import convnext
|
|
15 |
|
16 |
import gradio as gr
|
17 |
|
18 |
-
mm = convnext.
|
19 |
|
20 |
def inference(img):
|
21 |
img = img
|
|
|
15 |
|
16 |
import gradio as gr
|
17 |
|
18 |
+
mm = convnext.ConvNeXtXlarge()
|
19 |
|
20 |
def inference(img):
|
21 |
img = img
|