Spaces:
Sleeping
Sleeping
quantumiracle-git
commited on
Commit
·
cc888d7
1
Parent(s):
447cd68
Update app.py
Browse files
app.py
CHANGED
@@ -292,7 +292,7 @@ def build_interface(iter=3, data_folder=VIDEO_PATH):
|
|
292 |
|
293 |
# build gradio interface
|
294 |
with gr.Blocks() as demo:
|
295 |
-
gr.Markdown("## Here is <span style=color:cyan>RoboTinder</span>!")
|
296 |
gr.Markdown("### Select the best robot behaviour in your choice!")
|
297 |
# some initial values
|
298 |
env_name = list(files.keys())[random.randint(0, len(files)-1)] # random pick an env
|
|
|
292 |
|
293 |
# build gradio interface
|
294 |
with gr.Blocks() as demo:
|
295 |
+
# gr.Markdown("## Here is <span style=color:cyan>RoboTinder</span>!")
|
296 |
gr.Markdown("### Select the best robot behaviour in your choice!")
|
297 |
# some initial values
|
298 |
env_name = list(files.keys())[random.randint(0, len(files)-1)] # random pick an env
|