zee2221 commited on
Commit
9466714
·
1 Parent(s): 0925d32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -2,13 +2,7 @@ import gradio as gr
2
  import requests
3
  import json
4
  import os
5
- from screenshot import (
6
- before_prompt,
7
- prompt_to_generation,
8
- after_generation,
9
- js_save,
10
- js_load_script,
11
- )
12
  from spaces_info import description, examples, initial_prompt_value
13
 
14
  API_URL = os.getenv("API_URL")
 
2
  import requests
3
  import json
4
  import os
5
+
 
 
 
 
 
 
6
  from spaces_info import description, examples, initial_prompt_value
7
 
8
  API_URL = os.getenv("API_URL")