jost commited on
Commit
7d0d825
·
verified ·
1 Parent(s): 069ea51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -164,6 +164,11 @@ def main():
164
  outputs=[output1, output2]
165
  )
166
 
 
 
 
 
 
167
  demo.launch()
168
 
169
  if __name__ == "__main__":
 
164
  outputs=[output1, output2]
165
  )
166
 
167
+
168
+ demo = gr.Interface(title="Test",
169
+ theme=gr.themes.Default()
170
+ )
171
+
172
  demo.launch()
173
 
174
  if __name__ == "__main__":