Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
```text
|
| 3 |
-
File: app.py
|
| 4 |
-
``````python
|
| 5 |
import gradio as gr
|
| 6 |
from huggingface_hub import InferenceClient as HubInferenceClient # Renamed to avoid conflict
|
| 7 |
import os
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from huggingface_hub import InferenceClient as HubInferenceClient # Renamed to avoid conflict
|
| 3 |
import os
|