abenkbp commited on
Commit
74613f3
·
1 Parent(s): c6984a7
Files changed (1) hide show
  1. app.py +1 -1
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: