Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,6 @@ def execute_code_callback(code, temp, max):
|
|
| 12 |
return execute_code(code)
|
| 13 |
print("hello")
|
| 14 |
|
| 15 |
-
iface.launch(share=True)
|
| 16 |
def gradio_app():
|
| 17 |
with gr.Blocks() as demo:
|
| 18 |
gr.Markdown(title)
|
|
|
|
| 12 |
return execute_code(code)
|
| 13 |
print("hello")
|
| 14 |
|
|
|
|
| 15 |
def gradio_app():
|
| 16 |
with gr.Blocks() as demo:
|
| 17 |
gr.Markdown(title)
|