ajsbsd commited on
Commit
33cf6b5
·
verified ·
1 Parent(s): 5252633

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
2
  import torch
3
  from transformers import AutoTokenizer, AutoModelForCausalLM
4
  import os
 
5
 
6
  # --- Configuration ---
7
  # IMPORTANT: Replace with the path to your locally downloaded model or a Hugging Face model ID.
 
2
  import torch
3
  from transformers import AutoTokenizer, AutoModelForCausalLM
4
  import os
5
+ import spaces
6
 
7
  # --- Configuration ---
8
  # IMPORTANT: Replace with the path to your locally downloaded model or a Hugging Face model ID.