Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,8 +16,7 @@ for dirname, _, filenames in os.walk('/kaggle/input'):
|
|
| 16 |
# You can write up to 20GB to the current directory (/kaggle/working/) that gets preserved as output when you create a version using "Save & Run All"
|
| 17 |
# You can also write temporary files to /kaggle/temp/, but they won't be saved outside of the current session
|
| 18 |
|
| 19 |
-
|
| 20 |
-
!pip install gradio
|
| 21 |
|
| 22 |
import gradio as gr
|
| 23 |
|
|
|
|
| 16 |
# You can write up to 20GB to the current directory (/kaggle/working/) that gets preserved as output when you create a version using "Save & Run All"
|
| 17 |
# You can also write temporary files to /kaggle/temp/, but they won't be saved outside of the current session
|
| 18 |
|
| 19 |
+
|
|
|
|
| 20 |
|
| 21 |
import gradio as gr
|
| 22 |
|