Chris4K commited on
Commit
4af2f8e
·
verified ·
1 Parent(s): 2d3b41a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -197,8 +197,7 @@ class BaseGenerator(ABC):
197
  @abstractmethod
198
  def _get_generation_kwargs(self, config: GenerationConfig) -> Dict[str, Any]:
199
  pass
200
-
201
- @observe()
202
  @abstractmethod
203
  def generate(
204
  self,
 
197
  @abstractmethod
198
  def _get_generation_kwargs(self, config: GenerationConfig) -> Dict[str, Any]:
199
  pass
200
+
 
201
  @abstractmethod
202
  def generate(
203
  self,