Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|