Spaces:
Runtime error
Runtime error
Scott Cogan
commited on
Commit
·
419f4f3
1
Parent(s):
34994a0
Assign Gradio interface to app for Hugging Face Spaces compatibility
Browse files
app.py
CHANGED
|
@@ -274,3 +274,4 @@ agent = CustomCodeAgent(
|
|
| 274 |
print("[DEBUG] Building Gradio demo...")
|
| 275 |
demo = GradioUI(agent).build_blocks()
|
| 276 |
print("[DEBUG] Gradio demo built and exposed as 'demo'.")
|
|
|
|
|
|
| 274 |
print("[DEBUG] Building Gradio demo...")
|
| 275 |
demo = GradioUI(agent).build_blocks()
|
| 276 |
print("[DEBUG] Gradio demo built and exposed as 'demo'.")
|
| 277 |
+
app = demo
|