Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Tonic/greenblast
Tonic
/
indiansummer
like
1
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
Tonic
commited on
Sep 28, 2023
Commit
ac3214b
·
1 Parent(s):
512a1b4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
import time
2
3
-
from theme_dropdown import create_theme_dropdown
# noqa: F401
4
5
import gradio as gr
6
1
import time
2
3
+
from theme_dropdown import create_theme_dropdown
4
5
import gradio as gr
6