Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ if __name__ == "__main__":
|
|
186 |
from gradio.utils import get_space
|
187 |
import gradio as gr
|
188 |
|
189 |
-
if
|
190 |
with gr.Blocks() as demo:
|
191 |
gr.HTML(
|
192 |
"""
|
|
|
186 |
from gradio.utils import get_space
|
187 |
import gradio as gr
|
188 |
|
189 |
+
if get_space():
|
190 |
with gr.Blocks() as demo:
|
191 |
gr.HTML(
|
192 |
"""
|