Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,11 +1,3 @@
|
|
| 1 |
-
#!/usr/bin/env python3
|
| 2 |
-
# -*- coding: utf-8 -*-
|
| 3 |
-
|
| 4 |
-
"""
|
| 5 |
-
Gradio Interface Builder
|
| 6 |
-
A tool for building and managing Gradio interfaces using AI-powered code generation
|
| 7 |
-
"""
|
| 8 |
-
|
| 9 |
import threading
|
| 10 |
import time
|
| 11 |
import gradio as gr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import threading
|
| 2 |
import time
|
| 3 |
import gradio as gr
|