Spaces:
Strucker
/
Runtime error

Strucker commited on
Commit
a44a269
·
verified ·
1 Parent(s): 6675acc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -4,9 +4,7 @@ import gradio as gr
4
  from demo.generation_frontend import build_generation
5
  from demo.chat_frontend import build_chat
6
 
7
- # Uninstall and reinstall a specific version of gradio
8
- os.system("pip uninstall -y gradio")
9
- os.system("pip install gradio==3.40.1")
10
 
11
  # Set up the argument parser
12
  parser = argparse.ArgumentParser()
 
4
  from demo.generation_frontend import build_generation
5
  from demo.chat_frontend import build_chat
6
 
7
+
 
 
8
 
9
  # Set up the argument parser
10
  parser = argparse.ArgumentParser()