roxky commited on
Commit
4c6e09a
·
verified ·
1 Parent(s): 57c2629

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import g4f.api
2
  import g4f.Provider
3
 
4
- class Feature()
5
  pass
6
  g4f.Provider.__map__["Feature"] = Feature
7
 
 
1
  import g4f.api
2
  import g4f.Provider
3
 
4
+ class Feature():
5
  pass
6
  g4f.Provider.__map__["Feature"] = Feature
7