abenkbp commited on
Commit
a0b4b8a
·
1 Parent(s): 74613f3
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,9 +1,10 @@
1
  import subprocess
 
2
  import os
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:
 
1
  import subprocess
2
+ import spaces
3
  import os
4
  import gradio as gr
5
  import json
6
  import base64
7
+ from huggingface_hub import InferenceClient, login
8
 
9
  reinstall = os.getenv("APP_REINSTALL")
10
  if reinstall: