Spaces:
Runtime error
Runtime error
prashasti commited on
Commit ·
1733506
1
Parent(s): cf752b1
Revert "UI changes"
Browse filesThis reverts commit f854d89bb50398cc478c4a079763fcf9a5f5975a.
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 = "http://localhost:8000"
|
| 5 |
|
| 6 |
current_logs = []
|
| 7 |
current_actions = []
|