nick911 commited on
Commit
56bbcec
1 Parent(s): d630ad9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
- import spaces
4
 
5
 
6
  """
@@ -8,7 +8,6 @@ For more information on `huggingface_hub` Inference API support, please check th
8
  """
9
  client = InferenceClient("meta-llama/Llama-3.2-90B-Vision-Instruct")
10
 
11
- @spaces
12
  def respond(
13
  message,
14
  history: list[tuple[str, str]],
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
+ # import spaces
4
 
5
 
6
  """
 
8
  """
9
  client = InferenceClient("meta-llama/Llama-3.2-90B-Vision-Instruct")
10
 
 
11
  def respond(
12
  message,
13
  history: list[tuple[str, str]],