Karin0616
commited on
Commit
·
839737b
1
Parent(s):
6aa1f17
testerror
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
|
|
3 |
from matplotlib import gridspec
|
4 |
import matplotlib.pyplot as plt
|
5 |
import numpy as np
|
@@ -108,7 +109,8 @@ demo = gr.Interface(fn=sepia,
|
|
108 |
live=True,
|
109 |
examples=["city1.jpg","city2.jpg","city3.jpg"],
|
110 |
allow_flagging='never',
|
111 |
-
title="This is a machine learning activity project at Kyunggi University."
|
|
|
112 |
)
|
113 |
|
114 |
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
|
4 |
from matplotlib import gridspec
|
5 |
import matplotlib.pyplot as plt
|
6 |
import numpy as np
|
|
|
109 |
live=True,
|
110 |
examples=["city1.jpg","city2.jpg","city3.jpg"],
|
111 |
allow_flagging='never',
|
112 |
+
title="This is a machine learning activity project at Kyunggi University.",
|
113 |
+
theme="grass"
|
114 |
)
|
115 |
|
116 |
|