s3nh commited on
Commit
8ada315
1 Parent(s): 3806618

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -111,12 +111,7 @@ try:
111
 
112
  logger.warning("Windows, cant run time.tzset()")
113
 
114
- _ = """
115
- ns = SimpleNamespace(
116
- response="",
117
- generator=(_ for _ in []),
118
- )
119
- # """
120
 
121
  @dataclass
122
  class GenerationConfig:
 
111
 
112
  logger.warning("Windows, cant run time.tzset()")
113
 
114
+
 
 
 
 
 
115
 
116
  @dataclass
117
  class GenerationConfig: