Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -314,7 +314,7 @@ with gr.Blocks(css=css) as demo:
|
|
314 |
examples=examples,
|
315 |
inputs=user_input
|
316 |
)
|
317 |
-
gr.HTML(LICENSE)
|
318 |
|
319 |
if __name__ == "__main__":
|
320 |
demo.launch()
|
|
|
314 |
examples=examples,
|
315 |
inputs=user_input
|
316 |
)
|
317 |
+
#gr.HTML(LICENSE)
|
318 |
|
319 |
if __name__ == "__main__":
|
320 |
demo.launch()
|