Duc Haba commited on
Commit ·
111f502
1
Parent(s): d74b4aa
remove IPython
Browse files
app.py
CHANGED
|
@@ -1300,7 +1300,7 @@ ooO--(_)--Ooo-ooO--(_)--Ooo---------(_)----------------(_)--------ooO--(_)---Ooo
|
|
| 1300 |
# Note: 90% correct, the "init()" missing self and name parameter, and super() is wrong
|
| 1301 |
# and I add in new method say_tagline() just for fun
|
| 1302 |
import duckduckgo_search
|
| 1303 |
-
import IPython
|
| 1304 |
import opendatasets
|
| 1305 |
import graphviz
|
| 1306 |
import timm
|
|
|
|
| 1300 |
# Note: 90% correct, the "init()" missing self and name parameter, and super() is wrong
|
| 1301 |
# and I add in new method say_tagline() just for fun
|
| 1302 |
import duckduckgo_search
|
| 1303 |
+
#import IPython
|
| 1304 |
import opendatasets
|
| 1305 |
import graphviz
|
| 1306 |
import timm
|