hoduyquocbao commited on
Commit
26bde39
1 Parent(s): 88bba63

fix spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -557,7 +557,7 @@ def continuous_training(total_steps=300, steps_per_call=50):
557
 
558
  # ---------------------------- Giao Diện Gradio ---------------------------- #
559
 
560
- @gradio.GPU
561
  def generate(
562
  message: str,
563
  chat_history: List[Tuple[str, str]],
 
557
 
558
  # ---------------------------- Giao Diện Gradio ---------------------------- #
559
 
560
+ @spaces.GPU
561
  def generate(
562
  message: str,
563
  chat_history: List[Tuple[str, str]],