Update app.py
Browse files
app.py
CHANGED
|
@@ -3,13 +3,6 @@ import pandas as pd
|
|
| 3 |
import numpy as np
|
| 4 |
import pickle
|
| 5 |
|
| 6 |
-
# Install gradio if not already installed
|
| 7 |
-
try:
|
| 8 |
-
import gradio as gr
|
| 9 |
-
except ImportError:
|
| 10 |
-
!pip install gradio -qq
|
| 11 |
-
import gradio as gr
|
| 12 |
-
|
| 13 |
print("\n--- Creating Gradio Interface ---")
|
| 14 |
|
| 15 |
# Load the saved assets
|
|
|
|
| 3 |
import numpy as np
|
| 4 |
import pickle
|
| 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
print("\n--- Creating Gradio Interface ---")
|
| 7 |
|
| 8 |
# Load the saved assets
|