Spaces:
Runtime error
Runtime error
prashasti commited on
Commit ·
f854d89
1
Parent(s): 12bcdc7
UI changes
Browse files
ui.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import requests
|
| 3 |
|
| 4 |
-
BASE_URL = "
|
| 5 |
|
| 6 |
current_logs = []
|
| 7 |
current_actions = []
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import requests
|
| 3 |
|
| 4 |
+
BASE_URL = ""
|
| 5 |
|
| 6 |
current_logs = []
|
| 7 |
current_actions = []
|