Spaces:
Runtime error
Runtime error
Continue debugging/testing
Browse files
app.py
CHANGED
@@ -45,11 +45,12 @@ html = f"""
|
|
45 |
"""
|
46 |
|
47 |
def run():
|
|
|
|
|
|
|
48 |
download_logs()
|
49 |
run_aim()
|
50 |
time.sleep(5)
|
51 |
-
|
52 |
-
def main():
|
53 |
demo = gr.Interface(
|
54 |
fn=run,
|
55 |
inputs=[],
|
|
|
45 |
"""
|
46 |
|
47 |
def run():
|
48 |
+
print("Starting server....")
|
49 |
+
|
50 |
+
def main():
|
51 |
download_logs()
|
52 |
run_aim()
|
53 |
time.sleep(5)
|
|
|
|
|
54 |
demo = gr.Interface(
|
55 |
fn=run,
|
56 |
inputs=[],
|