Spaces:
Runtime error
Runtime error
Remove gradio
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@
|
|
3 |
import subprocess
|
4 |
import os
|
5 |
from huggingface_hub import hf_hub_download
|
6 |
-
import gradio as gr
|
7 |
import time
|
8 |
|
9 |
PORT = 7860
|
|
|
3 |
import subprocess
|
4 |
import os
|
5 |
from huggingface_hub import hf_hub_download
|
|
|
6 |
import time
|
7 |
|
8 |
PORT = 7860
|