debug
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
import gradio as gr
|
| 4 |
import json
|
| 5 |
import base64
|
| 6 |
-
from huggingface_hub import InferenceClient, login
|
| 7 |
|
| 8 |
reinstall = os.getenv("APP_REINSTALL")
|
| 9 |
if reinstall:
|
|
|
|
| 3 |
import gradio as gr
|
| 4 |
import json
|
| 5 |
import base64
|
| 6 |
+
from huggingface_hub import InferenceClient, login, spaces
|
| 7 |
|
| 8 |
reinstall = os.getenv("APP_REINSTALL")
|
| 9 |
if reinstall:
|