Spaces:
Runtime error
Runtime error
Force rebuild - Updated Gradio interface
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
#
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
-
# ... rest of the file
|
| 4 |
import uuid
|
| 5 |
import subprocess
|
| 6 |
import threading
|
|
|
|
| 1 |
+
# Theorem Explain Agent - Video Generation App
|
| 2 |
+
# Updated: 2025-06-12 - Fixed Gradio interface
|
| 3 |
import gradio as gr
|
|
|
|
| 4 |
import uuid
|
| 5 |
import subprocess
|
| 6 |
import threading
|