Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,6 @@ import time
|
|
7 |
import os
|
8 |
import requests
|
9 |
import json
|
10 |
-
from IPython.display import display, HTML, Javascript
|
11 |
-
from google.colab import output
|
12 |
import gradio as gr
|
13 |
|
14 |
# Define the base URL, the API key and Paths
|
|
|
7 |
import os
|
8 |
import requests
|
9 |
import json
|
|
|
|
|
10 |
import gradio as gr
|
11 |
|
12 |
# Define the base URL, the API key and Paths
|