Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=exa
|
|
44 |
# Launch the interface with Inline=False to open in a separate window
|
45 |
intf.launch(share=True)
|
46 |
|
47 |
-
|
48 |
|
49 |
import os
|
50 |
os.listdir('/content')
|
|
|
44 |
# Launch the interface with Inline=False to open in a separate window
|
45 |
intf.launch(share=True)
|
46 |
|
47 |
+
#!pip install nbdev
|
48 |
|
49 |
import os
|
50 |
os.listdir('/content')
|