prashasti commited on
Commit
1733506
·
1 Parent(s): cf752b1

Revert "UI changes"

Browse files

This reverts commit f854d89bb50398cc478c4a079763fcf9a5f5975a.

Files changed (1) hide show
  1. ui.py +1 -1
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 = []