Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,13 +2,7 @@ import gradio as gr
|
|
| 2 |
import requests
|
| 3 |
import json
|
| 4 |
import os
|
| 5 |
-
|
| 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")
|