Ahsen Khaliq commited on
Commit
9cef26b
1 Parent(s): 6daaed7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from keras_cv_attention_models import convnext
15
 
16
  import gradio as gr
17
 
18
- mm = convnext.ConvNeXtBase()
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