Csplk commited on
Commit
230afb9
β€’
1 Parent(s): 478097d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def retry_with_backoff(func, retries=5, backoff_factor=2):
63
  raise e
64
 
65
  # Define the Gradio interaction function
66
- @spaces.GPU(duration=120)
67
  def interact_with_agent(task):
68
  messages = []
69
  messages.append(gr.ChatMessage(role="user", content=task))
 
63
  raise e
64
 
65
  # Define the Gradio interaction function
66
+
67
  def interact_with_agent(task):
68
  messages = []
69
  messages.append(gr.ChatMessage(role="user", content=task))