MaziyarPanahi commited on
Commit
438fd7a
1 Parent(s): b553334

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import time
9
  from PIL import Image
10
  import torch
11
  import spaces
12
-
13
 
14
  model_id = "xtuner/llava-llama-3-8b-v1_1-transformers"
15
 
 
9
  from PIL import Image
10
  import torch
11
  import spaces
12
+ import requests
13
 
14
  model_id = "xtuner/llava-llama-3-8b-v1_1-transformers"
15